]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/86xx/Kconfig
[POWERPC] Create common fsl pci/e files based on 86xx platforms
[karo-tx-linux.git] / arch / powerpc / platforms / 86xx / Kconfig
index 0c70944d0e37464825b19fe2a68d4dafdc1863e1..d1c8115200bc203d4f110024ca62e0bc805df79b 100644 (file)
@@ -1,8 +1,6 @@
-menu "Platform Support"
-       depends on PPC_86xx
-
 choice
-       prompt "Machine Type"
+       prompt "86xx Board Type"
+       depends on PPC_86xx
        default MPC8641_HPCN
 
 config MPC8641_HPCN
@@ -14,20 +12,10 @@ config MPC8641_HPCN
 
 endchoice
 
-
 config MPC8641
        bool
-       select PPC_INDIRECT_PCI
+       select PPC_INDIRECT_PCI_BE if PCI
+       select FSL_PCI if PCI
        select PPC_UDBG_16550
+       select MPIC
        default y if MPC8641_HPCN
-
-config MPIC
-       bool
-       default y
-
-config PPC_INDIRECT_PCI_BE
-       bool
-       depends on PPC_86xx
-       default y
-
-endmenu