-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: S5P: Remove redundant selection PLAT_S5P for S5PC100, S5PV210 an…
…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
Showing
3 changed files
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ if ARCH_S5PC100 | |
|
||
config CPU_S5PC100 | ||
bool | ||
select PLAT_S5P | ||
select S5P_EXT_INT | ||
select S3C_PL330_DMA | ||
help | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ if ARCH_S5PV310 | |
|
||
config CPU_S5PV310 | ||
bool | ||
select PLAT_S5P | ||
help | ||
Enable S5PV310 CPU support | ||
|
||
|