Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356277
b: refs/heads/master
c: da76f64
h: refs/heads/master
i:
  356275: 77c87c7
v: v3
  • Loading branch information
Fenghua Yu authored and H. Peter Anvin committed Jan 31, 2013
1 parent 06667d1 commit 9d7ed1f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd745be89e1580e8a1b47454a39f97f9c5c4b1e0
refs/heads/master: da76f64e7eb28b718501d15c1b79af560b7ca4ea
18 changes: 18 additions & 0 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,24 @@ 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
bool "Early load microcode"
depends on MICROCODE_INTEL && BLK_DEV_INITRD
default y
help
This option provides functionality to read additional microcode data
at the beginning of initrd image. The data tells kernel to load
microcode to CPU's as early as possible. No functional change if no
microcode data is glued to the initrd, therefore it's safe to say Y.

config MICROCODE_EARLY
def_bool y
depends on MICROCODE_INTEL_EARLY

config X86_MSR
tristate "/dev/cpu/*/msr - Model-specific register support"
---help---
Expand Down

0 comments on commit 9d7ed1f

Please sign in to comment.