diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-09-19 14:40:35 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-09-19 14:40:35 -0400 |
commit | fe33fe10550ec372fe16ae955a179135c28ddd55 (patch) | |
tree | f3ae487d6f0f699aa60567b52079f6694e49e128 /config-x86-generic | |
parent | 7c202583fca7126ccd572e24f7193c9f8c21101a (diff) | |
download | kernel-fe33fe10550ec372fe16ae955a179135c28ddd55.tar.gz kernel-fe33fe10550ec372fe16ae955a179135c28ddd55.tar.xz kernel-fe33fe10550ec372fe16ae955a179135c28ddd55.zip |
Disable NO_HZ_FULL again
- Enable early microcode loading (rhbz 1083716)
Diffstat (limited to 'config-x86-generic')
-rw-r--r-- | config-x86-generic | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config-x86-generic b/config-x86-generic index 98385cf05..768e8f061 100644 --- a/config-x86-generic +++ b/config-x86-generic @@ -10,10 +10,12 @@ CONFIG_HPET_TIMER=y CONFIG_I8K=m CONFIG_SONYPI_COMPAT=y -CONFIG_MICROCODE=m +CONFIG_MICROCODE=y +CONFIG_MICROCODE_EARLY=y CONFIG_MICROCODE_INTEL=y CONFIG_MICROCODE_INTEL_EARLY=y CONFIG_MICROCODE_AMD=y +CONFIG_MICROCODE_AMD_EARLY=y CONFIG_X86_MSR=y CONFIG_X86_CPUID=y |