]> 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 d1ecc0f9ab586164277dd12c27021af74d00a836..d1c8115200bc203d4f110024ca62e0bc805df79b 100644 (file)
@@ -1,32 +1,21 @@
-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
        bool "Freescale MPC8641 HPCN"
        select PPC_I8259
+       select DEFAULT_UIMAGE
        help
          This option enables support for the MPC8641 HPCN board.
 
 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