patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / arm / mach-s3c2410 / Kconfig
index 8670177..b71f89e 100644 (file)
@@ -1,8 +1,9 @@
+if ARCH_S3C2410
+
 menu "S3C2410 Implementations"
 
 config ARCH_BAST
        bool "Simtec Electronics BAST (EB2410ITX)"
-       depends on ARCH_S3C2410
        help
          Say Y here if you are using the Simtec Electronics EB2410ITX
          development board (also known as BAST)
@@ -11,15 +12,21 @@ config ARCH_BAST
 
 config ARCH_H1940
        bool "IPAQ H1940"
-       depends on ARCH_S3C2410
        help
          Say Y here if you are using the HP IPAQ H1940
          <http://www.handhelds.org/projects/h1940.html>.
 
+config ARCH_SMDK2410
+       bool "SMDK2410/A9M2410"
+       help
+          Say Y here if you are using the SMDK2410 or the derived module A9M2410
+           <http://www.fsforth.de>
+
 config MACH_VR1000
        bool "Simtec VR1000"
-       depends on ARCH_S3C2410
        help
          Say Y here if you are using the Simtec VR1000 board.
 
 endmenu
+
+endif