aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/Kconfig
diff options
context:
space:
mode:
authorRizwan Qureshi <rizwan.qureshi@intel.com>2017-02-09 15:57:45 +0530
committerMartin Roth <martinroth@google.com>2017-02-17 19:01:54 +0100
commit0700dca96994b9657307486f5bea8d007f70864c (patch)
tree1e6f2ee657f441e2c70cb99e3cc050d36150a1aa /src/soc/intel/skylake/Kconfig
parent7c7b1761691864158c51d6a99f74e2e4a3e9ca0e (diff)
soc/intel/skylake: Add config option for Kabylake
Currently there is no distinction between mainboards using Skylake or Kabylake SoC, Add a config option for Kabylake SoC to allow mainboards to explicitly select if they are using it. Change-Id: Ie7960bd81f88a223894afe3115ddc0bc637e4be4 Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com> Reviewed-on: https://review.coreboot.org/18312 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/soc/intel/skylake/Kconfig')
-rw-r--r--src/soc/intel/skylake/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index 090fa2a083..9dcafe63b1 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -3,6 +3,13 @@ config SOC_INTEL_SKYLAKE
help
Intel Skylake support
+config SOC_INTEL_KABYLAKE
+ bool
+ default n
+ select SOC_INTEL_SKYLAKE
+ help
+ Intel Kabylake support
+
if SOC_INTEL_SKYLAKE
config CPU_SPECIFIC_OPTIONS