瀏覽代碼

[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>
Ben Dooks 18 年之前
父節點
當前提交
b887060532
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      arch/arm/plat-s3c24xx/Kconfig

+ 4 - 1
arch/arm/plat-s3c24xx/Kconfig

@@ -7,10 +7,12 @@
 config PLAT_S3C24XX
 config PLAT_S3C24XX
 	bool
 	bool
 	depends on ARCH_S3C2410
 	depends on ARCH_S3C2410
-	default y
+	default y if ARCH_S3C2410
 	help
 	help
 	  Base platform code for any Samsung S3C device
 	  Base platform code for any Samsung S3C device
 
 
+if PLAT_S3C24XX
+
 config CPU_S3C244X
 config CPU_S3C244X
 	bool
 	bool
 	depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
 	depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
@@ -94,3 +96,4 @@ config MACH_SMDK
 	help
 	help
 	  Common machine code for SMDK2410 and SMDK2440
 	  Common machine code for SMDK2410 and SMDK2440
 
 
+endif