1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-02 09:12:08 +02:00

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 <rpjday@crashcourse.ca>
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Chris Packham
2019-04-13 20:35:23 +12:00
committed by Tom Rini
parent 927a37df9f
commit 26680b9f3a

View File

@@ -35,7 +35,7 @@ if SYSRESET
config SYSRESET_GPIO config SYSRESET_GPIO
bool "Enable support for GPIO reset driver" bool "Enable support for GPIO reset driver"
select GPIO select DM_GPIO
help help
Reset support via GPIO pin connected reset logic. This is used for Reset support via GPIO pin connected reset logic. This is used for
example on Microblaze where reset logic can be controlled via GPIO example on Microblaze where reset logic can be controlled via GPIO