The Renesas RZ/N1 has a QSPI controller which offers memory-mapped
"Direct Access" mode, so enable SPI_DIRMAP for this platform.

Signed-off-by: Ralph Siemsen <[email protected]>
---
 arch/arm/mach-renesas/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/mach-renesas/Kconfig b/arch/arm/mach-renesas/Kconfig
index f86acc31039..4d16d541443 100644
--- a/arch/arm/mach-renesas/Kconfig
+++ b/arch/arm/mach-renesas/Kconfig
@@ -70,9 +70,13 @@ config RZN1
        select DM
        select DM_ETH
        select DM_SERIAL
+       select DM_SPI
        select PINCTRL
        select PINCONF
        select REGMAP
+       select SPI
+       select SPI_MEM
+       select SPI_DIRMAP
        select SYSRESET
        select SYSRESET_SYSCON
        imply CMD_DM

-- 
2.55.0

Reply via email to