aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-06-27 08:47:10 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-06-28 20:59:39 +0000
commitdd582b0cb10932fae8198c928172af49deeab34e (patch)
tree7a22c0746b80b81af950ed149f126a15b7d5d5d4 /src/soc/intel/apollolake/Kconfig
parent46d74773103cce02a3f603d32fe7109d8fcbb9b4 (diff)
soc/intel/apollolake: Add chipset devicetree
Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ic2b9a22bc6c32030f960d59b2874be5459c3ba28 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65451 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.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 602c810e81..18899186f4 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -334,6 +334,11 @@ config SMM_RESERVED_SIZE
hex
default 0x100000
+config CHIPSET_DEVICETREE
+ string
+ default "soc/intel/apollolake/chipset_glk.cb" if SOC_INTEL_GEMINILAKE
+ default "soc/intel/apollolake/chipset_apl.cb"
+
config IFD_CHIPSET
string
default "glk" if SOC_INTEL_GEMINILAKE