Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4f4ac08 authored by Abhilash Kesavan's avatar Abhilash Kesavan Committed by Kukjin Kim
Browse files

ARM: S5PV210: Remove unnecessary symbol for PM



Make the S5PV210 power management code depend directly on PM rather
than another S5PV210 specific symbol.

Signed-off-by: default avatarAbhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent b6fd41e2
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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