diff options
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r-- | src/cpu/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index d34b1abe30..f37bbf6755 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -62,4 +62,13 @@ 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" + help + Load microcode updates from CBFS instead of compiling them in. + +endif + endif # ARCH_X86 |