Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM] Remove PM_LEGACY=y from selected ARM defconfigs

Most ARM defconfigs don't actually need to have PM_LEGACY enabled.
Disable it for ATEB9200, Collie, IXP4xx, OMAP H2, S3C2410 and
Versatile.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Russell King and committed by
Russell King
67517189 8cc05f79

+7 -9
+1 -1
arch/arm/configs/ateb9200_defconfig
··· 217 217 # Power management options 218 218 # 219 219 CONFIG_PM=y 220 - CONFIG_PM_LEGACY=y 220 + # CONFIG_PM_LEGACY is not set 221 221 # CONFIG_PM_DEBUG is not set 222 222 # CONFIG_APM is not set 223 223
+1 -1
arch/arm/configs/collie_defconfig
··· 219 219 # Power management options 220 220 # 221 221 CONFIG_PM=y 222 - CONFIG_PM_LEGACY=y 222 + # CONFIG_PM_LEGACY is not set 223 223 # CONFIG_PM_DEBUG is not set 224 224 CONFIG_APM=y 225 225
+2 -4
arch/arm/configs/ixp4xx_defconfig
··· 206 206 # 207 207 # Power management options 208 208 # 209 - CONFIG_PM=y 210 - CONFIG_PM_LEGACY=y 211 - # CONFIG_PM_DEBUG is not set 212 - CONFIG_APM=y 209 + # CONFIG_PM is not set 210 + # CONFIG_APM is not set 213 211 214 212 # 215 213 # Networking
+1 -1
arch/arm/configs/omap_h2_1610_defconfig
··· 257 257 # Power management options 258 258 # 259 259 CONFIG_PM=y 260 - CONFIG_PM_LEGACY=y 260 + # CONFIG_PM_LEGACY is not set 261 261 # CONFIG_PM_DEBUG is not set 262 262 # CONFIG_APM is not set 263 263
+1 -1
arch/arm/configs/s3c2410_defconfig
··· 258 258 # Power management options 259 259 # 260 260 CONFIG_PM=y 261 - CONFIG_PM_LEGACY=y 261 + # CONFIG_PM_LEGACY is not set 262 262 # CONFIG_PM_DEBUG is not set 263 263 # CONFIG_PM_SYSFS_DEPRECATED is not set 264 264 CONFIG_APM=y
+1 -1
arch/arm/configs/versatile_defconfig
··· 200 200 # Power management options 201 201 # 202 202 CONFIG_PM=y 203 - CONFIG_PM_LEGACY=y 203 + # CONFIG_PM_LEGACY is not set 204 204 # CONFIG_PM_DEBUG is not set 205 205 # CONFIG_APM is not set 206 206