aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/mini2440_defconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2010-01-19 22:29:25 -0500
committerBen Dooks <ben-linux@fluff.org>2010-01-20 23:45:58 -0500
commit8005745d6eea79da8ee2e7fe978d14e412aa3353 (patch)
tree12b3e6d2fcaa1f07f8b3d68a7ad53960d565146f /arch/arm/configs/mini2440_defconfig
parent106cc6aa73f594015fc8b99f7c70d1b7cf23f19a (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/mini2440_defconfig')
-rw-r--r--arch/arm/configs/mini2440_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/mini2440_defconfig b/arch/arm/configs/mini2440_defconfig
index 4c46644b6f1..ff44bd1615c 100644
--- a/arch/arm/configs/mini2440_defconfig
+++ b/arch/arm/configs/mini2440_defconfig
@@ -199,8 +199,8 @@ CONFIG_S3C_BOOT_UART_FORCE_FIFO=y
199# 199#
200# Power management 200# Power management
201# 201#
202# CONFIG_S3C2410_PM_DEBUG is not set 202# CONFIG_SAMSUNG_PM_DEBUG is not set
203# CONFIG_S3C2410_PM_CHECK is not set 203# CONFIG_SAMSUNG_PM_CHECK is not set
204CONFIG_S3C_LOWLEVEL_UART_PORT=0 204CONFIG_S3C_LOWLEVEL_UART_PORT=0
205CONFIG_S3C_GPIO_SPACE=0 205CONFIG_S3C_GPIO_SPACE=0
206 206