aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/Kconfig
diff options
context:
space:
mode:
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