Re: [U-Boot] [PATCH 1/2] sysreset: select DM_GPIO instead of GPIO

2019-05-10 Thread Tom Rini
On Sat, Apr 13, 2019 at 08:35:23PM +1200, Chris Packham wrote: > CONFIG_GPIO does not exist. sysreset_gpio.c uses the DM gpio APIs so the > correct option to select is DM_GPIO. > > Reported-by: Robert P. J. Day > Signed-off-by: Chris Packham > Reviewed-by: Simon Glass Applied to u-boot/master

Re: [U-Boot] [PATCH 1/2] sysreset: select DM_GPIO instead of GPIO

2019-04-15 Thread Simon Glass
On Sat, 13 Apr 2019 at 02:35, Chris Packham wrote: > > CONFIG_GPIO does not exist. sysreset_gpio.c uses the DM gpio APIs so the > correct option to select is DM_GPIO. > > Reported-by: Robert P. J. Day > Signed-off-by: Chris Packham > --- > > drivers/sysreset/Kconfig | 2 +- > 1 file changed, 1

[U-Boot] [PATCH 1/2] sysreset: select DM_GPIO instead of GPIO

2019-04-13 Thread Chris Packham
CONFIG_GPIO does not exist. sysreset_gpio.c uses the DM gpio APIs so the correct option to select is DM_GPIO. Reported-by: Robert P. J. Day Signed-off-by: Chris Packham --- drivers/sysreset/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/sysreset/Kconfig b/d