[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190627110920.15099-1-j-keerthy@ti.com>
Date: Thu, 27 Jun 2019 16:39:20 +0530
From: Keerthy <j-keerthy@...com>
To: <t-kristo@...com>, <will.deacon@....com>,
<catalin.marinas@....com>, <shawnguo@...nel.org>
CC: <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <j-keerthy@...com>,
<nm@...com>, <lokeshvutla@...com>
Subject: [PATCH v2] arm64: Kconfig.platforms: Enable GPIO_DAVINCI for ARCH_K3
Enable GPIO_DAVINCI and related configs for TI K3 AM6 platforms.
Signed-off-by: Keerthy <j-keerthy@...com>
---
Changes in v2:
* Enabling configs in Kconfig.platforms file instead of defconfig.
* Removed GPIO_DEBUG config.
arch/arm64/Kconfig.platforms | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 4778c775de1b..6e43a0995ed4 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -97,6 +97,8 @@ config ARCH_K3
select TI_SCI_PROTOCOL
select TI_SCI_INTR_IRQCHIP
select TI_SCI_INTA_IRQCHIP
+ select GPIO_SYSFS
+ select GPIO_DAVINCI
help
This enables support for Texas Instruments' K3 multicore SoC
architecture.
--
2.17.1
Powered by blists - more mailing lists