Re: [U-Boot] [PATCH v1 1/3] gpio: Kconfig: Add CONFIG_AT91_GPIO option

2016-10-26 Thread Simon Glass
On 20 October 2016 at 20:07, Wenyou Yang wrote: > The CONFIG_AT91_GPIO option is used to select AT91 PIO GPIO driver. > > Signed-off-by: Wenyou Yang > --- > > drivers/gpio/Kconfig | 13 + > 1 file changed, 13 insertions(+) Reviewed-by: Simon Glass __

[U-Boot] [PATCH v1 1/3] gpio: Kconfig: Add CONFIG_AT91_GPIO option

2016-10-20 Thread Wenyou Yang
The CONFIG_AT91_GPIO option is used to select AT91 PIO GPIO driver. Signed-off-by: Wenyou Yang --- drivers/gpio/Kconfig | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 8d9ab52..c065342 100644 --- a/drivers/gpio/Kconfig +++ b/d