aboutsummaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/amd/model_10xxx/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/amd/model_10xxx/Kconfig b/src/cpu/amd/model_10xxx/Kconfig
index 310f98de91..221d0449ac 100644
--- a/src/cpu/amd/model_10xxx/Kconfig
+++ b/src/cpu/amd/model_10xxx/Kconfig
@@ -2,6 +2,7 @@ config CPU_AMD_MODEL_10XXX
bool
select SSE
select SSE2
+ select MMCONF_SUPPORT_DEFAULT
if CPU_AMD_MODEL_10XXX
config CPU_ADDR_BITS
@@ -82,6 +83,4 @@ config UPDATE_CPU_MICROCODE
patches, so you may need to also disable microcode updates in
your operating system in order for this option to matter.
-select MMCONF_SUPPORT_DEFAULT
-
endif # CPU_AMD_MODEL_10XXX