]> git.sur5r.net Git - u-boot/commitdiff
x86: kconfig: Let board select SPI flash
authorBin Meng <bmeng.cn@gmail.com>
Sun, 30 Jul 2017 13:23:26 +0000 (06:23 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 1 Aug 2017 12:17:02 +0000 (20:17 +0800)
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>

No differences found