diff options
-rw-r--r-- | configs/licheepi_nano_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig index 0252763c776..30c569dbb6c 100644 --- a/configs/licheepi_nano_defconfig +++ b/configs/licheepi_nano_defconfig @@ -13,3 +13,6 @@ CONFIG_SPL_SPI_SUNXI=y CONFIG_SPL_STACK=0x8000 CONFIG_SYS_PBSIZE=1024 # CONFIG_SYSRESET is not set +CONFIG_SPI_FLASH_WINBOND=y +CONFIG_SPI_FLASH_XTX=y +CONFIG_SPI=y |