summaryrefslogtreecommitdiff
path: root/board/dfi
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-07-30 13:23:26 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2017-08-01 12:17:02 (GMT)
commit1df7f0b6a00c2080c50de775b4ef621aad24c47e (patch)
tree650eed09c595e1815cb23d2fb435f272b82d2068 /board/dfi
parent31ba86e8d09836c4340fd7a93b3b63b368e76d4b (diff)
downloadu-boot-fsl-qoriq-1df7f0b6a00c2080c50de775b4ef621aad24c47e.tar.xz
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 'board/dfi')
-rw-r--r--board/dfi/dfi-bt700/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/dfi/dfi-bt700/Kconfig b/board/dfi/dfi-bt700/Kconfig
index 59f45ef..81a2575 100644
--- a/board/dfi/dfi-bt700/Kconfig
+++ b/board/dfi/dfi-bt700/Kconfig
@@ -23,6 +23,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select BOARD_ROMSIZE_KB_8192
select BOARD_EARLY_INIT_F
select BOARD_LATE_INIT
+ select SPI_FLASH_STMICRO
config PCIE_ECAM_BASE
default 0xe0000000