diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-11-11 22:54:07 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-11-11 22:54:07 +0000 |
commit | 6751718932be7325c898e5908daec2ee917afd09 (patch) | |
tree | d5d8b06faec5d8698a8f739b481627aea8f227b6 /arch/arm/configs/ateb9200_defconfig | |
parent | 8cc05f79d2a4e33d5cb621f36a448d5157f46893 (diff) |
[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>
Diffstat (limited to 'arch/arm/configs/ateb9200_defconfig')
-rw-r--r-- | arch/arm/configs/ateb9200_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/ateb9200_defconfig b/arch/arm/configs/ateb9200_defconfig index 15e6b0bbbde..3de5c643848 100644 --- a/arch/arm/configs/ateb9200_defconfig +++ b/arch/arm/configs/ateb9200_defconfig @@ -217,7 +217,7 @@ CONFIG_BINFMT_ELF=y # Power management options # CONFIG_PM=y -CONFIG_PM_LEGACY=y +# CONFIG_PM_LEGACY is not set # CONFIG_PM_DEBUG is not set # CONFIG_APM is not set |