diff mbox series

[U-Boot] Enable CONFIG_SPI_FLASH to Kconfig for non-TFA

Message ID 20190417081719.23426-1-chuanhua.han@nxp.com
State Accepted
Delegated to: Prabhakar Kushwaha
Headers show
Series [U-Boot] Enable CONFIG_SPI_FLASH to Kconfig for non-TFA | expand

Commit Message

Chuanhua Han April 17, 2019, 8:17 a.m. UTC
This enables the folowing to Kconfig:
        CONFIG_SPI_FLASH

Signed-off-by: Chuanhua Han <chuanhua.han@nxp.com>
---
 configs/ls2080ardb_defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/configs/ls2080ardb_defconfig b/configs/ls2080ardb_defconfig
index a1ddc1add6..d54bb8d922 100644
--- a/configs/ls2080ardb_defconfig
+++ b/configs/ls2080ardb_defconfig
@@ -41,6 +41,7 @@  CONFIG_FLASH_CFI_DRIVER=y
 CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y
 CONFIG_SYS_FLASH_CFI=y
 CONFIG_DM_SPI_FLASH=y
+CONFIG_SPI_FLASH=y
 CONFIG_PHYLIB=y
 CONFIG_PHY_AQUANTIA=y
 CONFIG_E1000=y