ARM: S5PV210: Remove unnecessary symbol for PM
authorAbhilash Kesavan <a.kesavan@samsung.com>
Sat, 13 Aug 2011 01:35:04 +0000 (10:35 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 16 Sep 2011 06:42:47 +0000 (15:42 +0900)
Make the S5PV210 power management code depend directly on PM rather
than another S5PV210 specific symbol.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv210/Kconfig
arch/arm/mach-s5pv210/Makefile

index 69dd87c..aaeb44a 100644 (file)
@@ -14,7 +14,6 @@ config CPU_S5PV210
        select S3C_PL330_DMA
        select S5P_EXT_INT
        select S5P_HRT
-       select S5PV210_PM if PM
        help
          Enable S5PV210 CPU support
 
@@ -169,9 +168,4 @@ config MACH_TORBRECK
 
 endmenu
 
-config S5PV210_PM
-       bool
-       help
-         Power Management code common to S5PV210
-
 endif
index 599a3c0..ef7e466 100644 (file)
@@ -14,7 +14,7 @@ obj-                          :=
 
 obj-$(CONFIG_CPU_S5PV210)      += cpu.o init.o clock.o dma.o
 obj-$(CONFIG_CPU_S5PV210)      += setup-i2c0.o
-obj-$(CONFIG_S5PV210_PM)       += pm.o sleep.o
+obj-$(CONFIG_PM)               += pm.o sleep.o
 
 # machine support