[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20211208124611.16843-4-rogerq@kernel.org>
Date: Wed, 8 Dec 2021 14:46:11 +0200
From: Roger Quadros <rogerq@...nel.org>
To: krzysztof.kozlowski@...onical.com, tony@...mide.com
Cc: kishon@...com, nm@...com, vigneshr@...com,
linux-omap@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Roger Quadros <rogerq@...nel.org>
Subject: [PATCH v2 4/4] arm64: arch_k3: Select GPMC device driver
The GPMC controller is present on some K3 SoCs.
It provides access to NOR/NAND flashes and asynchronous
SRAM-like memories and ASICs.
Signed-off-by: Roger Quadros <rogerq@...nel.org>
---
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 1aa8b7073218..f447b120f863 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -122,6 +122,7 @@ config ARCH_K3
select TI_SCI_INTR_IRQCHIP
select TI_SCI_INTA_IRQCHIP
select TI_K3_SOCINFO
+ select OMAP_GPMC
help
This enables support for Texas Instruments' K3 multicore SoC
architecture.
--
2.17.1
Powered by blists - more mailing lists