Skip to content

Commit

Permalink
sysreset: select DM_GPIO instead of GPIO
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cpackham authored and trini committed May 10, 2019
1 parent 927a37d commit 26680b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sysreset/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if SYSRESET

config SYSRESET_GPIO
bool "Enable support for GPIO reset driver"
select GPIO
select DM_GPIO
help
Reset support via GPIO pin connected reset logic. This is used for
example on Microblaze where reset logic can be controlled via GPIO
Expand Down

0 comments on commit 26680b9

Please sign in to comment.