Hi Thomas, On 24 September 2015 at 01:44, Thomas Chou <tho...@wytron.com.tw> wrote: > > Add CMD_GPIO to Kconfig. > > Signed-off-by: Thomas Chou <tho...@wytron.com.tw> > --- > common/Kconfig | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/common/Kconfig b/common/Kconfig > index 2c42b8e..f2034c2 100644 > --- a/common/Kconfig > +++ b/common/Kconfig > @@ -344,6 +344,11 @@ config CMD_FPGA > help > FPGA support. > > +config CMD_GPIO > + bool "gpio" > + help > + GPIO support. > + > endmenu
You can use the moveconfig.py tool to move configs into Kconfig. You could do that with your patch applied, and create a patch to remove the old #defines from board configs. I think this should be done at the same time as we add new Kconfigs, to avoid confusion. Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot