summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2019-06-05 11:25:19 +0530
committerLinus Walleij <linus.walleij@linaro.org>2019-06-08 00:34:04 +0200
commit6eeea326b3892864eaa852005d45bc8bc5dd6577 (patch)
tree9d3b6b4d1cd3131ad87dacf3cf9befe4cebf08ba /drivers/gpio/Kconfig
parent36c0551976d580de85958b0de93a4f6a7159a176 (diff)
gpio: Davinci: Add K3 dependencies
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>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 3d17d40fa635..47af87f6da3b 100644
--- 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.