diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-07-30 06:23:26 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-01 20:17:02 +0800 |
commit | 1df7f0b6a00c2080c50de775b4ef621aad24c47e (patch) | |
tree | 650eed09c595e1815cb23d2fb435f272b82d2068 /configs/conga-qeval20-qa3-e3845_defconfig | |
parent | 31ba86e8d09836c4340fd7a93b3b63b368e76d4b (diff) | |
download | u-boot-1df7f0b6a00c2080c50de775b4ef621aad24c47e.tar.gz |
x86: kconfig: Let board select SPI flash
Only a specific type of SPI flash exists on a board, having board
Kconfig to select the SPI flash seems to make more sense. Other
flash types are not necessary except coreboot, which implies all
available flash drivers there.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/conga-qeval20-qa3-e3845_defconfig')
-rw-r--r-- | configs/conga-qeval20-qa3-e3845_defconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/conga-qeval20-qa3-e3845_defconfig b/configs/conga-qeval20-qa3-e3845_defconfig index e75fae50db..e4f97130fc 100644 --- a/configs/conga-qeval20-qa3-e3845_defconfig +++ b/configs/conga-qeval20-qa3-e3845_defconfig @@ -45,10 +45,6 @@ CONFIG_CPU=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_INTEL=y CONFIG_WINBOND_W83627=y -CONFIG_SPI_FLASH_GIGADEVICE=y -CONFIG_SPI_FLASH_MACRONIX=y -CONFIG_SPI_FLASH_STMICRO=y -CONFIG_SPI_FLASH_WINBOND=y CONFIG_E1000=y CONFIG_DEBUG_UART_BASE=0x3f8 CONFIG_DEBUG_UART_CLOCK=1843200 |