Commit 398151e6 authored by Kyungmin Park's avatar Kyungmin Park Committed by Kukjin Kim

ARM: S5P: Remove redundant selection PLAT_S5P for S5PC100, S5PV210 and S5PV310

The selection PLAT_S5P is selected with plat-s5p/Kconfig.
So remove it form each CPU_S5PXXXX config.
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
[kgene.kim@samsung.com: edited title]
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent f567fa6f
...@@ -9,7 +9,6 @@ if ARCH_S5PC100 ...@@ -9,7 +9,6 @@ if ARCH_S5PC100
config CPU_S5PC100 config CPU_S5PC100
bool bool
select PLAT_S5P
select S5P_EXT_INT select S5P_EXT_INT
select S3C_PL330_DMA select S3C_PL330_DMA
help help
......
...@@ -11,7 +11,6 @@ if ARCH_S5PV210 ...@@ -11,7 +11,6 @@ if ARCH_S5PV210
config CPU_S5PV210 config CPU_S5PV210
bool bool
select PLAT_S5P
select S3C_PL330_DMA select S3C_PL330_DMA
select S5P_EXT_INT select S5P_EXT_INT
help help
......
...@@ -11,7 +11,6 @@ if ARCH_S5PV310 ...@@ -11,7 +11,6 @@ if ARCH_S5PV310
config CPU_S5PV310 config CPU_S5PV310
bool bool
select PLAT_S5P
help help
Enable S5PV310 CPU support Enable S5PV310 CPU support
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment