aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/dl165_g6_fam10/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/hp/dl165_g6_fam10/Kconfig')
-rw-r--r--src/mainboard/hp/dl165_g6_fam10/Kconfig5
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