diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-08 14:35:52 +0300 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-05-09 08:24:40 +0200 |
commit | 618de689c348fa7aa4eaaa256eccc8efdf76d91c (patch) | |
tree | 5719f8aed736fe5ea59bd5170e02d2be697a0991 /src/mainboard/hp | |
parent | b2757572121f503176ebdc311591536336811953 (diff) |
Squelch some warnings from Kconfig
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 <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5699
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/dl165_g6_fam10/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
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 |