projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c0551
)
gpio: Davinci: Add K3 dependencies
author
Keerthy
<j-keerthy@ti.com>
Wed, 5 Jun 2019 05:55:19 +0000
(11:25 +0530)
committer
Linus Walleij
<linus.walleij@linaro.org>
Fri, 7 Jun 2019 22:34:04 +0000
(
00:34
+0200)
Add K3 dependencies to enable the driver on K3 platforms.
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index 3d17d40fa63537b1455841cc2b69c78df36c59f7..47af87f6da3b9258ec170181160cdcceff99ed73 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-174,7
+174,7
@@
config GPIO_CLPS711X
config GPIO_DAVINCI
bool "TI Davinci/Keystone GPIO support"
default y if ARCH_DAVINCI
- depends on
ARM && (ARCH_DAVINCI || ARCH_KEYSTONE
)
+ depends on
(ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3
)
help
Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.