diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-20 20:07:54 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-20 20:07:54 (GMT) |
commit | 2bb2c5e235e8459de5761f89bc2bcb2efd2b6b45 (patch) | |
tree | 3671fd287ecbe739cb79537fb5353bcecb939aa9 /arch/x86/Kconfig | |
parent | 4500cf60dbe4b7f514d11b24c3e1edfda2a6d69d (diff) | |
parent | 9c079129d7bfb24251890e40694fd79dd1872ed9 (diff) | |
download | linux-2bb2c5e235e8459de5761f89bc2bcb2efd2b6b45.tar.xz |
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 microcode loader updates from Ingo Molnar:
"There are two main changes in this tree:
- AMD microcode early loading fixes
- some microcode loader source files reorganization"
* 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
x86, microcode: Move to a proper location
x86, microcode, AMD: Fix early ucode loading
x86, microcode: Share native MSR accessing variants
x86, ramdisk: Export relocated ramdisk VA
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9b8ecfc..6a990e2 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1065,10 +1065,6 @@ config MICROCODE_OLD_INTERFACE def_bool y depends on MICROCODE -config MICROCODE_INTEL_LIB - def_bool y - depends on MICROCODE_INTEL - config MICROCODE_INTEL_EARLY def_bool n |