diff options
Diffstat (limited to 'src/northbridge/intel/sandybridge/Kconfig')
-rw-r--r-- | src/northbridge/intel/sandybridge/Kconfig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/northbridge/intel/sandybridge/Kconfig b/src/northbridge/intel/sandybridge/Kconfig index bbe8ac4d69..384d5bc8d9 100644 --- a/src/northbridge/intel/sandybridge/Kconfig +++ b/src/northbridge/intel/sandybridge/Kconfig @@ -6,17 +6,14 @@ config NORTHBRIDGE_INTEL_SANDYBRIDGE select CPU_INTEL_MODEL_206AX select HAVE_DEBUG_RAM_SETUP select INTEL_GMA_ACPI - -if NORTHBRIDGE_INTEL_SANDYBRIDGE - -config NORTHBRIDGE_SPECIFIC_OPTIONS - def_bool y select NO_DDR5 select NO_LPDDR4 select NO_DDR4 select NO_DDR2 select USE_DDR3 +if NORTHBRIDGE_INTEL_SANDYBRIDGE + config CHIPSET_DEVICETREE default "northbridge/intel/sandybridge/chipset.cb" |