aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2007-02-11 14:33:13 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-02-11 14:37:03 -0500
commitb887060532b98d8c0f3a1c3169f06f55bb196bd8 (patch)
treea3c290f58c6273acf96eba2bb176567db22520c6 /arch/arm/plat-s3c24xx/Kconfig
parent90ac7648e0bcbf84a33aed5b15ae6894fda92779 (diff)
[ARM] 4161/1: S3C24XX: fix leakage of plat-s3c24xx Kconfig items
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>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r--arch/arm/plat-s3c24xx/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig
index 97813645b5ee..e22343160634 100644
--- a/arch/arm/plat-s3c24xx/Kconfig
+++ b/arch/arm/plat-s3c24xx/Kconfig
@@ -7,10 +7,12 @@
7config PLAT_S3C24XX 7config PLAT_S3C24XX
8 bool 8 bool
9 depends on ARCH_S3C2410 9 depends on ARCH_S3C2410
10 default y 10 default y if ARCH_S3C2410
11 help 11 help
12 Base platform code for any Samsung S3C device 12 Base platform code for any Samsung S3C device
13 13
14if PLAT_S3C24XX
15
14config CPU_S3C244X 16config CPU_S3C244X
15 bool 17 bool
16 depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) 18 depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
@@ -94,3 +96,4 @@ config MACH_SMDK
94 help 96 help
95 Common machine code for SMDK2410 and SMDK2440 97 Common machine code for SMDK2410 and SMDK2440
96 98
99endif