Explicitly disable INTEL_IDLE, which cannot be built as a module any more

svn path=/dists/trunk/linux-2.6/; revision=16385
This commit is contained in:
Ben Hutchings 2010-10-02 22:18:07 +00:00
parent 282b5445e7
commit cb837a8888
2 changed files with 5 additions and 2 deletions

3
debian/changelog vendored
View File

@ -8,6 +8,9 @@ linux-2.6 (2.6.36~rc6-1~experimental.1) UNRELEASED; urgency=low
[ Ben Hutchings ]
* linux-base: Remove dependency on libapt-pkg-perl (Closes: #589996, really)
* Disable INTEL_IDLE. It can no longer be built as a module and so was
actually disabled by the previous version, but I do not consider it ready
to build-in yet.
-- Ben Hutchings <ben@decadent.org.uk> Sun, 26 Sep 2010 15:34:10 +0100

View File

@ -539,9 +539,9 @@ CONFIG_BLK_DEV_TRM290=m
CONFIG_XEN_KBDDEV_FRONTEND=y
##
## file: drivers/indle/Kconfig
## file: drivers/idle/Kconfig
##
CONFIG_INTEL_IDLE=m
# CONFIG_INTEL_IDLE is not set
##
## file: drivers/input/gameport/Kconfig