diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-20 12:29:25 +0900 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-21 13:45:58 +0900 |
commit | 8005745d6eea79da8ee2e7fe978d14e412aa3353 (patch) | |
tree | 12b3e6d2fcaa1f07f8b3d68a7ad53960d565146f /arch/arm/configs/s3c2410_defconfig | |
parent | 106cc6aa73f594015fc8b99f7c70d1b7cf23f19a (diff) |
ARM: SAMSUNG: Move pm-check.c to plat-samsung
Move the pm-check.c file to plat-samsung for all Samsung SoC users, and
update Kconfig names to make them SAMSUNG_ instead of S3C2410_
Sed expresions used to make the change:
s/S3C2410_PM_DEBUG/SAMSUNG_PM_DEBUG/g
s/S3C2410_PM_CHECK/SAMSUNG_PM_CHECK/g
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/configs/s3c2410_defconfig')
-rw-r--r-- | arch/arm/configs/s3c2410_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig index 9697e97677ec..8e94c3caeb8c 100644 --- a/arch/arm/configs/s3c2410_defconfig +++ b/arch/arm/configs/s3c2410_defconfig @@ -203,8 +203,8 @@ CONFIG_S3C_BOOT_UART_FORCE_FIFO=y # # Power management # -# CONFIG_S3C2410_PM_DEBUG is not set -# CONFIG_S3C2410_PM_CHECK is not set +# CONFIG_SAMSUNG_PM_DEBUG is not set +# CONFIG_SAMSUNG_PM_CHECK is not set CONFIG_S3C_LOWLEVEL_UART_PORT=0 CONFIG_S3C_GPIO_SPACE=0 CONFIG_S3C_DEV_HSMMC=y |