build intel_idle into the kernel

This commit is contained in:
Kyle McMartin 2010-10-04 16:13:30 -04:00
parent eaab8be2d4
commit 2fe1e8e397
3 changed files with 7 additions and 2 deletions

View File

@ -489,6 +489,6 @@ CONFIG_TOSHIBA_BT_RFKILL=m
CONFIG_VGA_SWITCHEROO=y
CONFIG_LPC_SCH=m
CONFIG_INTEL_IDLE=m
CONFIG_INTEL_IDLE=y
CONFIG_PCI_CNB20LE_QUIRK=y

View File

@ -403,7 +403,7 @@ CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m
CONFIG_VGA_SWITCHEROO=y
CONFIG_LPC_SCH=m
CONFIG_INTEL_IDLE=m
CONFIG_INTEL_IDLE=y
CONFIG_I7300_IDLE=m
CONFIG_PCI_CNB20LE_QUIRK=y

View File

@ -1975,6 +1975,11 @@ fi
# and build.
%changelog
* Mon Oct 04 2010 Kyle McMartin <kyle@redhat.com>
- Build intel_idle into the kernel, so they get loaded by default. In
later kernels, it is no longer modular, so it isn't an issue. Noticed
by mjg59.
* Mon Oct 04 2010 Kyle McMartin <kyle@redhat.com>
- Make printk.time=1 the default, use printk.time=0 to turn it off.
Results in much more useful traces for us, which is a big win.