summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorKeerthy2019-06-05 07:55:19 +0200
committerLinus Walleij2019-06-08 00:34:04 +0200
commit6eeea326b3892864eaa852005d45bc8bc5dd6577 (patch)
tree9d3b6b4d1cd3131ad87dacf3cf9befe4cebf08ba /drivers/gpio/Kconfig
parentgpio: davinci: Fix the compiler warning with ARM64 config enabled (diff)
downloadkernel-qcow2-linux-6eeea326b3892864eaa852005d45bc8bc5dd6577.tar.gz
kernel-qcow2-linux-6eeea326b3892864eaa852005d45bc8bc5dd6577.tar.xz
kernel-qcow2-linux-6eeea326b3892864eaa852005d45bc8bc5dd6577.zip
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.