summaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@intel.com>2017-03-06 14:47:05 -0800
committerMartin Roth <martinroth@google.com>2017-03-09 04:40:49 +0100
commitd8db26d6e7e624a34add84f679c40badc35cf8e0 (patch)
tree4d03f67d61f413e3cdef69f93f0cdc261be08a70 /src/soc/intel
parent04a72c4019475062da8449e58e21a0bcec4a6831 (diff)
downloadcoreboot-d8db26d6e7e624a34add84f679c40badc35cf8e0.tar.xz
soc/intel/apollolake: Start using common CSE driver
Change-Id: If866453f06220e0edcaa77af5f54b397ead3ac14 Signed-off-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-on: https://review.coreboot.org/18603 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/apollolake/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index b37cde678f..a11ef0100d 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -61,6 +61,8 @@ config CPU_SPECIFIC_OPTIONS
select HAVE_HARD_RESET
select SOC_INTEL_COMMON
select SOC_INTEL_COMMON_GFX_OPREGION
+ select SOC_INTEL_COMMON_BLOCK
+ select SOC_INTEL_COMMON_BLOCK_CSE
select ADD_VBT_DATA_FILE
config CHROMEOS