aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
authorRavi Sarawadi <ravishankar.sarawadi@intel.com>2018-02-27 13:23:42 -0800
committerAaron Durbin <adurbin@chromium.org>2018-03-20 02:04:06 +0000
commit3669a06c95aac12bde82bab8300dfdd11cc3e142 (patch)
tree086850a2aa55da50976a8b9defbd0c218ab3b071 /src/soc/intel/apollolake/Kconfig
parentf46bd356637c7280b104c3d55405c650e6e65633 (diff)
soc/intel/apollolake: Add support for GSPI
BUG=b:73133848 BRANCH=None TEST=Build coreboot for Octopus board. Tested the GSPI interface with a SPI EEPROM and got correct response to a RDID command Change-Id: Iec96f926ba7162074090617b7cf1c84e36b0fb37 Signed-off-by: Ravi Sarawadi <ravishankar.sarawadi@intel.com> Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/24906 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 97297738a9..affa7edc7f 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -9,6 +9,7 @@ config SOC_INTEL_GLK
select SOC_INTEL_APOLLOLAKE
select SOC_INTEL_COMMON_BLOCK_CPU_MPINIT
select SOC_INTEL_COMMON_BLOCK_SGX
+ select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
help
Intel GLK support
@@ -374,4 +375,8 @@ config SOC_ESPI
help
Use eSPI bus instead of LPC
+config SOC_INTEL_COMMON_BLOCK_GSPI_MAX
+ int
+ default 3
+
endif