[kernel/f19] Move cpufreq drivers to be modular (rhbz 746372)

Justin M. Forbes jforbes at fedoraproject.org
Fri Apr 5 16:23:16 UTC 2013


commit 4f691e90efd9b7bee91f517be4d3ad7d1e18f784
Author: Justin M. Forbes <jforbes at redhat.com>
Date:   Fri Apr 5 11:15:50 2013 -0500

    Move cpufreq drivers to be modular (rhbz 746372)

 config-x86-generic |    8 ++++----
 kernel.spec        |    3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/config-x86-generic b/config-x86-generic
index bab32a8..357c18e 100644
--- a/config-x86-generic
+++ b/config-x86-generic
@@ -98,11 +98,11 @@ CONFIG_ACPI_CUSTOM_METHOD=m
 CONFIG_ACPI_BGRT=y
 
 CONFIG_X86_INTEL_PSTATE=y
-CONFIG_X86_ACPI_CPUFREQ=y
-CONFIG_X86_PCC_CPUFREQ=y
+CONFIG_X86_ACPI_CPUFREQ=m
+CONFIG_X86_PCC_CPUFREQ=m
 CONFIG_X86_ACPI_CPUFREQ_CPB=y
-CONFIG_X86_POWERNOW_K8=y
-CONFIG_X86_P4_CLOCKMOD=y
+CONFIG_X86_POWERNOW_K8=m
+CONFIG_X86_P4_CLOCKMOD=m
 # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
 
 #
diff --git a/kernel.spec b/kernel.spec
index 0c556f1..ab08d09 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2278,6 +2278,9 @@ fi
 # and build.
 
 %changelog
+* Fri Apr 05 2013 Justin M. Forbes <jforbes at redhat.com>
+- Move cpufreq drivers to be modular (rhbz 746372)
+
 * Wed Apr 03 2013 Dave Jones <davej at redhat.com>
 - Enable MTD_CHAR/MTD_BLOCK (Needed for SFC)
   Enable 10gigE on 64-bit only.


More information about the scm-commits mailing list