aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2016-08-11 09:48:52 -0500
committerAaron Durbin <adurbin@chromium.org>2016-08-15 21:02:18 +0200
commitbdb6cc97ebaf6c4a72b1c0e8801eb2eabf8af1da (patch)
tree0403e23d521326d6b4097f40e4afda53b2fda072 /src
parenta91901c22170c4b372f04189d8839eaa189b9f54 (diff)
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 Change-Id: I04551fdb0b207c7ec2f1f171cff62ed7334a5ad5 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/16188 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/soc/intel/apollolake/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index a8466e1f4b..dfc2d4aa81 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -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