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@xxxxxxxxxxxxxx> --- 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