From dd582b0cb10932fae8198c928172af49deeab34e Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 27 Jun 2022 08:47:10 +0100 Subject: soc/intel/apollolake: Add chipset devicetree Signed-off-by: Sean Rhodes Change-Id: Ic2b9a22bc6c32030f960d59b2874be5459c3ba28 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65451 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/apollolake/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/soc/intel/apollolake/Kconfig') 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 -- cgit v1.2.3