From 15c4ab7adf594e0707cdedded8fe6797b17da56a Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 2 Jul 2013 11:37:35 +0300 Subject: Move select MMCONF_SUPPORT under northbridge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move/remove MMCONF_SUPPORT reference under mainboard Kconfig, as that feature originates from northbridge and cannot be disabled for a single mainboard. Change-Id: I6d6861079876ddddaff90b10f18edb6936e93bd0 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/3589 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/northbridge/intel/i5000/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel/i5000') diff --git a/src/northbridge/intel/i5000/Kconfig b/src/northbridge/intel/i5000/Kconfig index a5ca7f0931..b9c3547770 100644 --- a/src/northbridge/intel/i5000/Kconfig +++ b/src/northbridge/intel/i5000/Kconfig @@ -19,6 +19,7 @@ config NORTHBRIDGE_INTEL_I5000 bool + select MMCONF_SUPPORT select HAVE_DEBUG_RAM_SETUP config NORTHBRIDGE_INTEL_I5000_RAM_CHECK -- cgit v1.2.3