Merge branch 'for-linus' of git://neil.brown.name/md
[pandora-kernel.git] / arch / powerpc / platforms / 82xx / Kconfig
index 541fbb8..1c8034b 100644 (file)
@@ -1,7 +1,8 @@
-choice
-       prompt "82xx Board Type"
-       depends on PPC_82xx
-       default MPC8272_ADS
+menuconfig PPC_82xx
+       bool "82xx-based boards (PQ II)"
+       depends on 6xx && PPC_MULTIPLATFORM
+
+if PPC_82xx
 
 config MPC8272_ADS
        bool "Freescale MPC8272 ADS"
@@ -11,7 +12,6 @@ config MPC8272_ADS
        select 8260
        select FSL_SOC
        select PQ2_ADS_PCI_PIC if PCI
-       select PPC_CPM_NEW_BINDING
        help
          This option enables support for the MPC8272 ADS board
 
@@ -22,11 +22,22 @@ config PQ2FADS
        select 8260
        select FSL_SOC
        select PQ2_ADS_PCI_PIC if PCI
-       select PPC_CPM_NEW_BINDING
        help
          This option enables support for the PQ2FADS board
 
-endchoice
+config EP8248E
+       bool "Embedded Planet EP8248E (a.k.a. CWH-PPC-8248N-VE)"
+       select 8272
+       select 8260
+       select FSL_SOC
+       select MDIO_BITBANG
+       help
+         This enables support for the Embedded Planet EP8248E board.
+
+         This board is also resold by Freescale as the QUICCStart
+         MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE.
+
+endif
 
 config PQ2ADS
        bool