diff options
author | Shaohua Li <shaohua.li@intel.com> | 2006-09-27 04:50:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-27 11:26:18 -0400 |
commit | 9a3110bf4bb0466b43b898533bfd4952001bc38f (patch) | |
tree | a2a9c94564562fda7fb8ca2bbec9611e094ed1f6 /arch/x86_64/Kconfig | |
parent | 36b756f2b5762e6d5acba0c18e75cb5c11f11c1b (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/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 | |||
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 |