diff options
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 3fd9f1e8b093..0cbeb26ac3fb 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -416,6 +416,11 @@ config MICROCODE | |||
416 | To compile this driver as a module, choose M here: the | 416 | To compile this driver as a module, choose M here: the |
417 | module will be called microcode. | 417 | module will be called microcode. |
418 | 418 | ||
419 | config MICROCODE_OLD_INTERFACE | ||
420 | bool | ||
421 | depends on MICROCODE | ||
422 | default y | ||
423 | |||
419 | config X86_MSR | 424 | config X86_MSR |
420 | tristate "/dev/cpu/*/msr - Model-specific register support" | 425 | tristate "/dev/cpu/*/msr - Model-specific register support" |
421 | help | 426 | help |