From 618de689c348fa7aa4eaaa256eccc8efdf76d91c Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 8 May 2014 14:35:52 +0300 Subject: Squelch some warnings from Kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Overriding global config entries in mainboard directory Kconfig files often raise unnecessary warnings. Squelch some of those. Change-Id: Ib5127672ae068670028aa25c8ccb5366277622f2 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5699 Reviewed-by: Edward O'Callaghan Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- src/mainboard/hp/dl165_g6_fam10/Kconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mainboard/hp/dl165_g6_fam10/Kconfig') diff --git a/src/mainboard/hp/dl165_g6_fam10/Kconfig b/src/mainboard/hp/dl165_g6_fam10/Kconfig index ba8c799bd6..18b210e94a 100644 --- a/src/mainboard/hp/dl165_g6_fam10/Kconfig +++ b/src/mainboard/hp/dl165_g6_fam10/Kconfig @@ -17,6 +17,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select ENABLE_APIC_EXT_ID select AMDMCT select QRANK_DIMM_SUPPORT + select MMCONF_SUPPORT_DEFAULT config MAINBOARD_DIR string @@ -86,8 +87,4 @@ config BOOTBLOCK_MAINBOARD_INIT string default "mainboard/hp/dl165_g6_fam10/bootblock.c" -config MMCONF_SUPPORT_DEFAULT - bool - default y - endif # BOARD_HP_DL165_G6_FAM10 -- cgit v1.2.3