Skip to content

Commit

Permalink
ARM: S5P: Remove redundant selection PLAT_S5P for S5PC100, S5PV210 an…
Browse files Browse the repository at this point in the history
…d S5PV310

The selection PLAT_S5P is selected with plat-s5p/Kconfig.
So remove it form each CPU_S5PXXXX config.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
[kgene.kim@samsung.com: edited title]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kyungmin Park authored and Kukjin Kim committed Oct 20, 2010
1 parent f567fa6 commit 398151e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/arm/mach-s5pc100/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if ARCH_S5PC100

config CPU_S5PC100
bool
select PLAT_S5P
select S5P_EXT_INT
select S3C_PL330_DMA
help
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-s5pv210/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if ARCH_S5PV210

config CPU_S5PV210
bool
select PLAT_S5P
select S3C_PL330_DMA
select S5P_EXT_INT
help
Expand Down
1 change: 0 additions & 1 deletion arch/arm/mach-s5pv310/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if ARCH_S5PV310

config CPU_S5PV310
bool
select PLAT_S5P
help
Enable S5PV310 CPU support

Expand Down

0 comments on commit 398151e

Please sign in to comment.