aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/Kconfig
diff options
context:
space:
mode:
authorShaohua Li <shaohua.li@intel.com>2006-09-27 04:50:51 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-27 11:26:18 -0400
commit9a3110bf4bb0466b43b898533bfd4952001bc38f (patch)
treea2a9c94564562fda7fb8ca2bbec9611e094ed1f6 /arch/i386/Kconfig
parent36b756f2b5762e6d5acba0c18e75cb5c11f11c1b (diff)
[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/i386/Kconfig')
-rw-r--r--arch/i386/Kconfig5
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
419config MICROCODE_OLD_INTERFACE
420 bool
421 depends on MICROCODE
422 default y
423
419config X86_MSR 424config X86_MSR
420 tristate "/dev/cpu/*/msr - Model-specific register support" 425 tristate "/dev/cpu/*/msr - Model-specific register support"
421 help 426 help