aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/Kconfig
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2020-10-12 19:51:02 +0000
committerMichael Niewöhner <foss@mniewoehner.de>2020-12-03 21:55:42 +0000
commit424467c2a38303a697a3f6f1cb9cdc6e397e4b2b (patch)
treeab1995c13a5ee6f6153e32a85320cfc740176aa1 /src/soc/intel/skylake/Kconfig
parent20f5dcec63ade1108e8ebaa6a34665aa9273db99 (diff)
soc/intel/skylake: Add chipset devicetree
Set most of the devices to off to keep current behaviour. Change-Id: Ic4dbd965c84c3679e42a181dea0e7e618c12fb97 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46314 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/soc/intel/skylake/Kconfig')
-rw-r--r--src/soc/intel/skylake/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig
index ba3af84fc7..314a08bc82 100644
--- a/src/soc/intel/skylake/Kconfig
+++ b/src/soc/intel/skylake/Kconfig
@@ -282,6 +282,10 @@ config SOC_INTEL_COMMON_LPSS_UART_CLK_N_VAL
hex
default 0xc35
+config CHIPSET_DEVICETREE
+ string
+ default "soc/intel/skylake/chipset.cb"
+
config IFD_CHIPSET
string
default "sklkbl"