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/haswell/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel/haswell') diff --git a/src/northbridge/intel/haswell/Kconfig b/src/northbridge/intel/haswell/Kconfig index f68978040f..72ea08021f 100644 --- a/src/northbridge/intel/haswell/Kconfig +++ b/src/northbridge/intel/haswell/Kconfig @@ -22,6 +22,7 @@ config NORTHBRIDGE_INTEL_HASWELL select CACHE_MRC_BIN select CPU_INTEL_HASWELL select REQUIRES_BLOB + select MMCONF_SUPPORT select MMCONF_SUPPORT_DEFAULT if NORTHBRIDGE_INTEL_HASWELL -- cgit v1.2.3