Enable PM on all architectures except m68k

For 3.16 it was enabled on almost everything and could not be explicitly
selected.  But since then it has become selectable and not all flavours
are automatically selecting it.

svn path=/dists/trunk/linux/; revision=22581
This commit is contained in:
Ben Hutchings 2015-05-10 04:38:13 +00:00
parent 67c2f56d4b
commit f4903e0d44
2 changed files with 3 additions and 0 deletions

2
debian/changelog vendored
View File

@ -249,6 +249,8 @@ linux (4.0.2-1~exp1) UNRELEASED; urgency=medium
* [armel/kirkwood] sound: Enable SND_SIMPLE_CARD as module, replacing
SND_KIRKWOOD_SOC_OPENRD, SND_KIRKWOOD_SOC_T5325; re-enable
SND_SOC_ALC5623, SND_SOC_CS42L51_I2C as modules
* [alpha,armel/kirkwood,hppa,ia64,mips*/{octeon,sb1-bcm91250a}] Re-enable PM
* [armel/orion5x] Enable PM
[ Ian Campbell ]
* [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364)

View File

@ -5199,6 +5199,7 @@ CONFIG_HZ_250=y
##
## file: kernel/power/Kconfig
##
CONFIG_PM=y
CONFIG_SUSPEND=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""