Re: [PATCH v6 002/102] dm: gpio: Allow control of GPIO uclass in SPL

2019-12-07 Thread Bin Meng
On Sat, Dec 7, 2019 at 12:45 PM Simon Glass wrote: > > At present if CONFIG_SPL_GPIO_SUPPORT is enabled then the GPIO uclass > is included in SPL/TPL without any control for boards. Some boards may > want to disable this to reduce code size where GPIOs are not needed in > SPL or TPL. > > Add a

[PATCH v6 002/102] dm: gpio: Allow control of GPIO uclass in SPL

2019-12-06 Thread Simon Glass
At present if CONFIG_SPL_GPIO_SUPPORT is enabled then the GPIO uclass is included in SPL/TPL without any control for boards. Some boards may want to disable this to reduce code size where GPIOs are not needed in SPL or TPL. Add a new Kconfig option to permit this. Default it to 'y' so that