fedora core 2.6.10-1.12-FC2
[linux-2.6.git] / arch / ppc / platforms / 4xx / Kconfig
index 578b0ac..85e9cdb 100644 (file)
@@ -56,6 +56,11 @@ config WALNUT
        help
          This option enables support for the IBM PPC405GP evaluation board.
 
+config XILINX_ML300
+       bool "Xilinx-ML300"
+       help
+         This option enables support for the Xilinx ML300 evaluation board.
+
 endchoice
 
 choice
@@ -130,6 +135,11 @@ config IBM_OCP
        depends on ASH || BUBINGA || CPCI405 || EBONY || EP405 || OCOTEA || REDWOOD_5 || REDWOOD_6 || SYCAMORE || WALNUT
        default y
 
+config XILINX_OCP
+       bool
+       depends on XILINX_ML300
+       default y
+
 config IBM_EMAC4
        bool
        depends on 440GX
@@ -160,6 +170,11 @@ config 405GPR
        depends on SYCAMORE
        default y
 
+config VIRTEX_II_PRO
+       bool
+       depends on XILINX_ML300
+       default y
+
 config STB03xxx
        bool
        depends on REDWOOD_5 || REDWOOD_6
@@ -167,7 +182,7 @@ config STB03xxx
 
 config EMBEDDEDBOOT
        bool
-       depends on EP405
+       depends on EP405 || XILINX_ML300
        default y
 
 config IBM_OPENBIOS
@@ -184,6 +199,11 @@ config PPC4xx_EDMA
        depends on !STB03xxx && PPC4xx_DMA
        default y
 
+config PPC_GEN550
+       bool
+       depends on 4xx
+       default y
+
 config PM
        bool "Power Management support (EXPERIMENTAL)"
        depends on 4xx && EXPERIMENTAL