projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ac764
)
[ARM] 4161/1: S3C24XX: fix leakage of plat-s3c24xx Kconfig items
author
Ben Dooks
<ben-linux@fluff.org>
Sun, 11 Feb 2007 19:33:13 +0000
(20:33 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 11 Feb 2007 19:37:03 +0000
(19:37 +0000)
Do not export S3C24XX from plat-s3c24xx on non-s3c24xx systems
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/plat-s3c24xx/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c24xx/Kconfig
b/arch/arm/plat-s3c24xx/Kconfig
index
9781364
..
e223431
100644
(file)
--- a/
arch/arm/plat-s3c24xx/Kconfig
+++ b/
arch/arm/plat-s3c24xx/Kconfig
@@
-7,10
+7,12
@@
config PLAT_S3C24XX
bool
depends on ARCH_S3C2410
- default y
+ default y
if ARCH_S3C2410
help
Base platform code for any Samsung S3C device
+if PLAT_S3C24XX
+
config CPU_S3C244X
bool
depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
@@
-94,3
+96,4
@@
config MACH_SMDK
help
Common machine code for SMDK2410 and SMDK2440
+endif