diff options
author | Shaohua Li <shaohua.li@intel.com> | 2006-09-27 01:50:51 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-27 08:26:18 -0700 |
commit | 9a3110bf4bb0466b43b898533bfd4952001bc38f (patch) | |
tree | a2a9c94564562fda7fb8ca2bbec9611e094ed1f6 /arch/x86_64/Kconfig | |
parent | 36b756f2b5762e6d5acba0c18e75cb5c11f11c1b (diff) | |
download | blackbird-op-linux-9a3110bf4bb0466b43b898533bfd4952001bc38f.tar.gz blackbird-op-linux-9a3110bf4bb0466b43b898533bfd4952001bc38f.zip |
[PATCH] x86 microcode: microcode driver cleanup.
Clean up microcode update driver and make it more readable.
[akpm@osdl.org: cleanups]
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Acked-by: Tigran Aivazian <tigran@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/Kconfig')
-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 If you use modprobe or kmod you may also want to add the line 'alias char-major-10-184 microcode' to your /etc/modules.conf file. +config MICROCODE_OLD_INTERFACE + bool + depends on MICROCODE + default y + config X86_MSR tristate "/dev/cpu/*/msr - Model-specific register support" help |