From 64da69361ec8a18012f3c4e4cb820dc40252e507 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 11 Aug 2016 09:50:49 -0500 Subject: [PATCH] UPSTREAM: soc/intel/skylake: 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/16189 Reviewed-by: Furquan Shaikh Change-Id: Ifcc6492b4bccf7d01b121d908976c9087d12deb0 Reviewed-on: https://chromium-review.googlesource.com/370715 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/soc/intel/skylake/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index b08c0045ba..8c8b1b7bca 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -209,4 +209,8 @@ config SKIP_FSP_CAR help Skip Cache as RAM setup in FSP. +config SPI_FLASH_INCLUDE_ALL_DRIVERS + bool + default n + endif