
Hi Simon,
On Wed, Jul 19, 2017 at 11:05 AM, Simon Glass sjg@chromium.org wrote:
On 14 July 2017 at 05:55, Mario Six mario.six@gdsys.cc wrote:
Future gdsys boards will switch from the legacy drivers in board/gdsys/common to DM-based drivers.
Define a Kconfig option that disables the legacy drivers.
Signed-off-by: Mario Six mario.six@gdsys.cc
board/gdsys/common/adv7611.c | 4 ++++ board/gdsys/common/ch7301.c | 4 ++++ board/gdsys/common/dp501.c | 4 ++++ board/gdsys/common/fanctrl.c | 4 ++++ board/gdsys/common/fpga.c | 4 ++++ board/gdsys/common/ihs_mdio.c | 4 ++++ board/gdsys/common/ioep-fpga.c | 4 ++++ board/gdsys/common/mclink.c | 4 ++++ board/gdsys/common/osd.c | 4 ++++ board/gdsys/mpc8308/Kconfig | 8 ++++++++ board/gdsys/mpc8308/mpc8308.c | 2 ++ board/gdsys/p1022/Kconfig | 6 ++++++ include/gdsys_fpga.h | 2 ++ 13 files changed, 54 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
But can you add a help message to your Kconfig?
OK, help message will be added in v2.
Best regards,
Mario