diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 326aff7a87ea..ab4cbcb9e3b3 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -186,6 +186,11 @@ config MICROCODE | |||
186 | If you use modprobe or kmod you may also want to add the line | 186 | If you use modprobe or kmod you may also want to add the line |
187 | 'alias char-major-10-184 microcode' to your /etc/modules.conf file. | 187 | 'alias char-major-10-184 microcode' to your /etc/modules.conf file. |
188 | 188 | ||
189 | config MICROCODE_OLD_INTERFACE | ||
190 | bool | ||
191 | depends on MICROCODE | ||
192 | default y | ||
193 | |||
189 | config X86_MSR | 194 | config X86_MSR |
190 | tristate "/dev/cpu/*/msr - Model-specific register support" | 195 | tristate "/dev/cpu/*/msr - Model-specific register support" |
191 | help | 196 | help |