From 3ff14a0c8590705ba4cc184f6e9d6e5f6302fb4c Mon Sep 17 00:00:00 2001 From: Hannah Williams Date: Fri, 5 May 2017 16:30:22 -0700 Subject: soc/intel/apollolake: Bring in delta for GLK SOC Change-Id: I3e76726bb77f0277ab5776ae9d3d42b7eb389fe3 Signed-off-by: Hannah Williams Reviewed-on: https://review.coreboot.org/19603 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/Kconfig | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/soc/intel/apollolake/Kconfig') diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index fdbd6d7622..a9774dc191 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -3,6 +3,13 @@ config SOC_INTEL_APOLLOLAKE help Intel Apollolake support +config SOC_INTEL_GLK + bool + default n + select SOC_INTEL_APOLLOLAKE + help + Intel GLK support + if SOC_INTEL_APOLLOLAKE config CPU_SPECIFIC_OPTIONS @@ -275,7 +282,8 @@ config NHLT_DA7219 choice prompt "Cache-as-ram implementation" - default CAR_CQOS + default CAR_CQOS if !SOC_INTEL_GLK + default CAR_NEM help This option allows you to select how cache-as-ram (CAR) is set up. -- cgit v1.2.3