sysreset: select DM_GPIO instead of GPIO
authorChris Packham <[email protected]>
Sat, 13 Apr 2019 08:35:23 +0000 (20:35 +1200)
committerTom Rini <[email protected]>
Fri, 10 May 2019 11:18:13 +0000 (07:18 -0400)
commit26680b9f3a874c0f7010cb239db0c6fa76d9a400
tree59c4a38f622a67a74396fa90211766267ad373cf
parent927a37df9f5ed33fc350b9cc509d9f50ffaf5cd2
sysreset: select DM_GPIO instead of GPIO

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 <[email protected]>
Signed-off-by: Chris Packham <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/sysreset/Kconfig