mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM64: configs: enable SPI drivers
@ 2023-10-11  5:35 Marco Felsch
  2023-10-11  5:35 ` [PATCH 2/2] ARM64: configs: cleanup multi_v8_defconfig Marco Felsch
  2023-10-12 14:25 ` [PATCH 1/2] ARM64: configs: enable SPI drivers Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Marco Felsch @ 2023-10-11  5:35 UTC (permalink / raw)
  To: barebox

Enable NXP (Q)SPI drivers since NOR flashes are often used as:
 - bootsource and/or
 - storage medium e.g. for barebox-state

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 arch/arm/configs/multi_v8_defconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/multi_v8_defconfig b/arch/arm/configs/multi_v8_defconfig
index b18498c0a13f..48fc96a79447 100644
--- a/arch/arm/configs/multi_v8_defconfig
+++ b/arch/arm/configs/multi_v8_defconfig
@@ -159,7 +159,8 @@ CONFIG_NET_USB_ASIX=y
 CONFIG_USB_NET_AX88179_178A=y
 CONFIG_NET_USB_SMSC95XX=y
 CONFIG_NET_USB_RTL8152=y
-# CONFIG_SPI is not set
+CONFIG_DRIVER_SPI_IMX=y
+CONFIG_SPI_NXP_FLEXSPI=y
 CONFIG_I2C=y
 CONFIG_I2C_GPIO=y
 CONFIG_I2C_IMX=y
-- 
2.39.2




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-12 14:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11  5:35 [PATCH 1/2] ARM64: configs: enable SPI drivers Marco Felsch
2023-10-11  5:35 ` [PATCH 2/2] ARM64: configs: cleanup multi_v8_defconfig Marco Felsch
2023-10-12 14:25 ` [PATCH 1/2] ARM64: configs: enable SPI drivers Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox