[PATCH v2] arm64: Kconfig.platforms: Enable GPIO_DAVINCI for ARCH_K3

From: Keerthy
Date: Thu Jun 27 2019 - 07:09:20 EST


Enable GPIO_DAVINCI and related configs for TI K3 AM6 platforms.

Signed-off-by: Keerthy <j-keerthy@xxxxxx>
---

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