patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / arm / mach-epxa10db / Kconfig
index e88d914..55d896d 100644 (file)
@@ -1,17 +1,16 @@
+if ARCH_CAMELOT
 
 menu "Epxa10db"
 
 comment "PLD hotswap support"
-       depends on ARCH_CAMELOT
 
 config PLD
        bool
-       depends on ARCH_CAMELOT
        default y
 
 config PLD_HOTSWAP
        bool "Support for PLD device hotplugging (experimental)"
-       depends on ARCH_CAMELOT && EXPERIMENTAL
+       depends on EXPERIMENTAL
        help
          This enables support for the dynamic loading and configuration of
          compatible drivers when the contents of the PLD are changed. This
@@ -21,3 +20,4 @@ config PLD_HOTSWAP
 
 endmenu
 
+endif