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/e7505 | |
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/e7505')
-rw-r--r-- | src/northbridge/intel/e7505/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/northbridge/intel/e7505/Kconfig b/src/northbridge/intel/e7505/Kconfig index aa03eacf02..adb011594a 100644 --- a/src/northbridge/intel/e7505/Kconfig +++ b/src/northbridge/intel/e7505/Kconfig @@ -2,11 +2,6 @@ config NORTHBRIDGE_INTEL_E7505 bool - -if NORTHBRIDGE_INTEL_E7505 - -config NORTHBRIDGE_SPECIFIC_OPTIONS - def_bool y select NO_ECAM_MMCONF_SUPPORT select HAVE_DEBUG_RAM_SETUP select NO_CBFS_MCACHE @@ -16,5 +11,3 @@ config NORTHBRIDGE_SPECIFIC_OPTIONS select NO_DDR3 select NO_DDR2 select SMM_TSEG - -endif |