[PATCH 1/2] arm: configs: omap5: Enable support for QSPI interface

From: Sinthu Raja
Date: Mon Jan 22 2024 - 07:36:38 EST


From: Sinthu Raja <sinthu.raja@xxxxxx>

Enable config SPI_TI_QSPI to add support for QSPI master controller
driver for flash devices on omap5 platforms.

Signed-off-by: Sinthu Raja <sinthu.raja@xxxxxx>
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index ecb3e286107a..07d52c079eb0 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1304,3 +1304,4 @@ CONFIG_CMA_SIZE_MBYTES=64
CONFIG_PRINTK_TIME=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_DEBUG_FS=y
+CONFIG_SPI_TI_QSPI=y
--
2.36.1