提交 c4f4ac08 编写于 作者: A Abhilash Kesavan 提交者: Kukjin Kim

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: NAbhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 b6fd41e2
...@@ -14,7 +14,6 @@ config CPU_S5PV210 ...@@ -14,7 +14,6 @@ config CPU_S5PV210
select S3C_PL330_DMA select S3C_PL330_DMA
select S5P_EXT_INT select S5P_EXT_INT
select S5P_HRT select S5P_HRT
select S5PV210_PM if PM
help help
Enable S5PV210 CPU support Enable S5PV210 CPU support
...@@ -169,9 +168,4 @@ config MACH_TORBRECK ...@@ -169,9 +168,4 @@ config MACH_TORBRECK
endmenu endmenu
config S5PV210_PM
bool
help
Power Management code common to S5PV210
endif endif
...@@ -14,7 +14,7 @@ obj- := ...@@ -14,7 +14,7 @@ obj- :=
obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o dma.o obj-$(CONFIG_CPU_S5PV210) += cpu.o init.o clock.o dma.o
obj-$(CONFIG_CPU_S5PV210) += setup-i2c0.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 # machine support
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册