UPSTREAM: soc/intel/apollolake: don't include all SPI flash drivers
The SPI host controller for the SPI boot device doesn't allow normal probing because it uses the hardware sequencer all the time. Therefore, it's pointless to include unnecessary SPI flash drivers. BUG=chrome-os-partner:56151 BRANCH=None TEST=None Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16188 Reviewed-by: Furquan Shaikh <furquan@google.com> Change-Id: I04551fdb0b207c7ec2f1f171cff62ed7334a5ad5 Reviewed-on: https://chromium-review.googlesource.com/370714 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
9575cb99a5
commit
465013c7e8
1 changed files with 4 additions and 0 deletions
|
|
@ -227,4 +227,8 @@ config NHLT_DA7219
|
|||
help
|
||||
Include DSP firmware settings for headset codec.
|
||||
|
||||
config SPI_FLASH_INCLUDE_ALL_DRIVERS
|
||||
bool
|
||||
default n
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue