From 465013c7e8ac837930570b9dfe47eabd4556b8d8 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 11 Aug 2016 09:48:52 -0500 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/16188 Reviewed-by: Furquan Shaikh Change-Id: I04551fdb0b207c7ec2f1f171cff62ed7334a5ad5 Reviewed-on: https://chromium-review.googlesource.com/370714 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) 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