x86: spi: Don't enable SPI_FLASH_BAR by default
We don't normally need this on x86 unless the size of SPI flash devices is larger than 16MB. This can be enabled by particular SoCs as needed, since it adds to code size. Drop the default enabling of this option on x86. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
ccdabd8956
commit
e8ac6ffe04
@ -142,7 +142,6 @@ config FSL_DSPI
|
||||
|
||||
config ICH_SPI
|
||||
bool "Intel ICH SPI driver"
|
||||
imply SPI_FLASH_BAR
|
||||
help
|
||||
Enable the Intel ICH SPI driver. This driver can be used to
|
||||
access the SPI NOR flash on platforms embedding this Intel
|
||||
|
Loading…
Reference in New Issue
Block a user