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/gm45 | |
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/gm45')
-rw-r--r-- | src/northbridge/intel/gm45/Kconfig | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index 0b0ff51620..39e15adf6d 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -2,11 +2,6 @@ config NORTHBRIDGE_INTEL_GM45 bool - -if NORTHBRIDGE_INTEL_GM45 - -config NORTHBRIDGE_SPECIFIC_OPTIONS - def_bool y select HAVE_DEBUG_RAM_SETUP select VGA select INTEL_EDID @@ -19,6 +14,8 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS select USE_DDR3 select USE_DDR2 +if NORTHBRIDGE_INTEL_GM45 + config VBOOT select VBOOT_STARTS_IN_BOOTBLOCK |