[armel/{kirkwood,orion5x}] Disable PM again to reduce kernel image size

CONFIG_PM replaced CONFIG_PM_RUNTIME so we shouldn't have enabled it
for these.

svn path=/dists/sid/linux/; revision=22696
This commit is contained in:
Ben Hutchings 2015-05-25 01:38:30 +00:00
parent 85aecdef9b
commit 1f8d1cfdbd
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
##
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
# CONFIG_PM_RUNTIME is not set
# CONFIG_PM is not set
##
## file: mm/Kconfig