aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r--src/cpu/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index f37bbf6755..baf686ea75 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -62,13 +62,10 @@ config SSE2
streaming SIMD instructions. Some parts of coreboot can be built
with more efficient code if SSE2 instructions are available.
-if CPU_INTEL_MODEL_206AX || CPU_INTEL_MODEL_306AX
-
config MICROCODE_IN_CBFS
bool "Look for microcode in CBFS"
+ default n
help
Load microcode updates from CBFS instead of compiling them in.
-endif
-
endif # ARCH_X86