[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190605055519.24079-3-j-keerthy@ti.com>
Date: Wed, 5 Jun 2019 11:25:19 +0530
From: Keerthy <j-keerthy@...com>
To: <linus.walleij@...aro.org>, <bgolaszewski@...libre.com>
CC: <lokeshvutla@...com>, <linux-gpio@...r.kernel.org>,
<t-kristo@...com>, <j-keerthy@...com>,
<linux-kernel@...r.kernel.org>
Subject: [PATCH 2/2] gpio: Davinci: Add K3 dependencies
Add K3 dependencies to enable the driver on K3 platforms.
Signed-off-by: Keerthy <j-keerthy@...com>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 62f3fe06cd2f..28dba62e2219 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.
--
2.17.1
Powered by blists - more mailing lists