summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/sandybridge/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-08-11 13:42:40 +0200
committerMartin L Roth <gaumless@gmail.com>2022-11-30 15:19:06 +0000
commit691d58f9996d2ff3820b2c08646e98f16bbde2ee (patch)
tree043767ab2d786e0736961513a2b7d3012a5ef8ca /src/northbridge/intel/sandybridge/Kconfig
parent6cecb0d963dd8df9440487690c11a6da75d8b70f (diff)
downloadcoreboot-691d58f9996d2ff3820b2c08646e98f16bbde2ee.tar.gz
coreboot-691d58f9996d2ff3820b2c08646e98f16bbde2ee.tar.bz2
coreboot-691d58f9996d2ff3820b2c08646e98f16bbde2ee.zip
nb/intel/sandybridge: Add a chipset devicetree
This only moves CPU configuration to a common place. Other PCI devices can be done in follow-ups. Change-Id: I9c5b6f25b779e28b6719cf70455ff0f1a916ad87 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56912 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/sandybridge/Kconfig')
-rw-r--r--src/northbridge/intel/sandybridge/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig
index 551714a79fd4..bbe8ac4d697d 100644
--- a/src/northbridge/intel/sandybridge/Kconfig
+++ b/src/northbridge/intel/sandybridge/Kconfig
@@ -17,6 +17,9 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS
select NO_DDR2
select USE_DDR3
+config CHIPSET_DEVICETREE
+ default "northbridge/intel/sandybridge/chipset.cb"
+
config SANDYBRIDGE_VBOOT_IN_ROMSTAGE
bool
default n