gpio: Davinci: Add K3 dependencies
authorKeerthy <j-keerthy@ti.com>
Wed, 5 Jun 2019 05:55:19 +0000 (11:25 +0530)
committerLinus 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

index 3d17d40..47af87f 100644 (file)
@@ -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.