Enable NVMXIP QSPI driver on sandbox, since it is already enabled on sandbox64.
Signed-off-by: Marek Vasut <[email protected]> --- Cc: Abdellatif El Khlifi <[email protected]> Cc: Simon Glass <[email protected]> --- V2: No change --- configs/sandbox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index a57ab23d9a2..e1203714c60 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -226,6 +226,7 @@ CONFIG_SPI_FLASH_SPANSION=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_SST=y CONFIG_SPI_FLASH_WINBOND=y +CONFIG_NVMXIP_QSPI=y CONFIG_MULTIPLEXER=y CONFIG_MUX_MMIO=y CONFIG_NVME_PCI=y -- 2.40.1

