On 14 July 2017 at 05:55, Mario Six <[email protected]> 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 <[email protected]> > --- > > 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 <[email protected]> But can you add a help message to your Kconfig? _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

