aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/Kconfig5
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
189config MICROCODE_OLD_INTERFACE
190 bool
191 depends on MICROCODE
192 default y
193
189config X86_MSR 194config X86_MSR
190 tristate "/dev/cpu/*/msr - Model-specific register support" 195 tristate "/dev/cpu/*/msr - Model-specific register support"
191 help 196 help