diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-01-02 15:28:41 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2023-01-04 07:23:53 +0000 |
commit | d2ebc4d39fa1a99f3582f9e38869ef443cd9d3fb (patch) | |
tree | c972269bbd88d8b801f3a614f55209e2fc9942d5 /src/northbridge/intel/sandybridge | |
parent | 5a04746714ddf1fdf4c0e1c9ed8cea4aa7fea511 (diff) |
nb/intel/*/Kconfig: Remove dummy NORTHBRIDGE_SPECIFIC_OPTIONS
Change-Id: Icecef272bd4cd2a204c903783787bbec751fe9e5
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71613
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/northbridge/intel/sandybridge')
-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" |