--- linux-2.6.20-patched-move2-u1/arch/arm/plat-s3c24xx/Kconfig	2007-02-10 12:40:35.000000000 +0000
+++ linux-2.6.20-patched-move2-u1-dev1/arch/arm/plat-s3c24xx/Kconfig	2007-02-11 19:27:02.000000000 +0000
@@ -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

