From 575e6817e690d1540bfa14a0b1fc7b8a40ef095a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 2 Jul 2013 11:37:35 +0300 Subject: Move select MMCONF_SUPPORT under northbridge (fix) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I missed the board with gm45 when I moved MMCONF_SUPPORT lines. Also, the intel/i3100 does not have MMCONF_SUPPORT implemented even though it was previously selected for intel/eagleheights board. Change-Id: I9c7f6b0a150b4d54288a1e015277b9d98467fca4 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3598 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/mainboard/roda/rk9/Kconfig | 1 - src/northbridge/intel/gm45/Kconfig | 1 + src/northbridge/intel/i3100/Kconfig | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mainboard/roda/rk9/Kconfig b/src/mainboard/roda/rk9/Kconfig index 4bf90886c1..59ae45553d 100644 --- a/src/mainboard/roda/rk9/Kconfig +++ b/src/mainboard/roda/rk9/Kconfig @@ -7,7 +7,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select NORTHBRIDGE_INTEL_GM45 select SOUTHBRIDGE_INTEL_I82801IX select SUPERIO_SMSC_LPC47N227 - select MMCONF_SUPPORT select BOARD_ROMSIZE_KB_4096 select RTL8168_ROM_DISABLE select DRIVERS_GENERIC_IOAPIC diff --git a/src/northbridge/intel/gm45/Kconfig b/src/northbridge/intel/gm45/Kconfig index 34b2544cec..16a0bf175e 100644 --- a/src/northbridge/intel/gm45/Kconfig +++ b/src/northbridge/intel/gm45/Kconfig @@ -25,6 +25,7 @@ if NORTHBRIDGE_INTEL_GM45 config NORTHBRIDGE_SPECIFIC_OPTIONS # dummy def_bool y select HAVE_DEBUG_RAM_SETUP + select MMCONF_SUPPORT select MMCONF_SUPPORT_DEFAULT select IOMMU diff --git a/src/northbridge/intel/i3100/Kconfig b/src/northbridge/intel/i3100/Kconfig index 2bb1a25ac4..079004bda9 100644 --- a/src/northbridge/intel/i3100/Kconfig +++ b/src/northbridge/intel/i3100/Kconfig @@ -1,6 +1,5 @@ config NORTHBRIDGE_INTEL_I3100 bool - select MMCONF_SUPPORT if NORTHBRIDGE_INTEL_I3100 config DIMM_MAP_LOGICAL -- cgit v1.2.3