[x86] Enable POWERCAP, INTEL_RAPL as module (Closes: #736399)

svn path=/dists/trunk/linux/; revision=20997
This commit is contained in:
Ben Hutchings 2014-01-23 15:06:59 +00:00
parent d80bc28cb6
commit e26394fab0
2 changed files with 12 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux (3.13-1~exp2) UNRELEASED; urgency=low
* [x86] Enable POWERCAP, INTEL_RAPL as module (Closes: #736399)
-- Ben Hutchings <ben@decadent.org.uk> Thu, 23 Jan 2014 15:05:08 +0000
linux (3.13-1~exp1) experimental; urgency=low
* New upstream release: http://kernelnewbies.org/Linux_3.13

View File

@ -1202,6 +1202,12 @@ CONFIG_PNP=y
##
CONFIG_BATTERY_SBS=m
##
## file: drivers/powercap/Kconfig
##
CONFIG_POWERCAP=y
CONFIG_INTEL_RAPL=m
##
## file: drivers/ptp/Kconfig
##