projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
927a37d
)
sysreset: select DM_GPIO instead of GPIO
author
Chris Packham
<
[email protected]
>
Sat, 13 Apr 2019 08:35:23 +0000
(20:35 +1200)
committer
Tom Rini
<
[email protected]
>
Fri, 10 May 2019 11:18:13 +0000
(07:18 -0400)
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
patch
|
blob
|
history
diff --git
a/drivers/sysreset/Kconfig
b/drivers/sysreset/Kconfig
index d456f0ce36b383d4ccae91fe713ae01b278179e7..30aed2c4c1547b475ec0bdd6665b1beefc0ca371 100644
(file)
--- a/
drivers/sysreset/Kconfig
+++ b/
drivers/sysreset/Kconfig
@@
-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