--- linux-2.6.17-rc5-2412base-2410clean/arch/arm/mach-s3c2410/Kconfig	2006-06-05 21:42:57.000000000 +0100
+++ linux-2.6.17-rc5-2412-r11/arch/arm/mach-s3c2410/Kconfig	2006-06-21 23:53:05.000000000 +0100
@@ -80,6 +80,19 @@ config SMDK2440_CPU2442
 	depends on ARCH_S3C2440
 	select CPU_S3C2442	
 
+config MACH_SMDK2412
+	bool "SMDK2412"
+	select CPU_S3C2412
+	select MACH_SMDK
+	help
+	  Say Y here if you are using an SMDK2412 
+
+config MACH_SMDK2413
+	bool "SMDK2413"
+	select CPU_S3C2412
+	select MACH_SMDK
+	help
+	  Say Y here if you are using an SMDK2413
 
 config MACH_VR1000
 	bool "Thorcom VR1000"
@@ -126,6 +139,12 @@ config CPU_S3C2410
 	  Support for S3C2410 and S3C2410A family from the S3C24XX line
 	  of Samsung Mobile CPUs.
 
+config CPU_S3C2412
+	bool
+	depends on ARCH_S3C2410
+	help
+	  Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
+
 config CPU_S3C244X
 	bool
 	depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)

