From: Keerthy Date: Wed, 5 Jun 2019 05:55:19 +0000 (+0530) Subject: gpio: Davinci: Add K3 dependencies X-Git-Tag: v5.4-rc1~652^2~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6eeea326b3892864eaa852005d45bc8bc5dd6577;p=platform%2Fkernel%2Flinux-rpi.git gpio: Davinci: Add K3 dependencies Add K3 dependencies to enable the driver on K3 platforms. Signed-off-by: Keerthy Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 3d17d40..47af87f 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.