Linux 2.6.21
[linux/fpc-iii.git] / arch / powerpc / platforms / 86xx / Kconfig
blob0c70944d0e37464825b19fe2a68d4dafdc1863e1
1 menu "Platform Support"
2         depends on PPC_86xx
4 choice
5         prompt "Machine Type"
6         default MPC8641_HPCN
8 config MPC8641_HPCN
9         bool "Freescale MPC8641 HPCN"
10         select PPC_I8259
11         select DEFAULT_UIMAGE
12         help
13           This option enables support for the MPC8641 HPCN board.
15 endchoice
18 config MPC8641
19         bool
20         select PPC_INDIRECT_PCI
21         select PPC_UDBG_16550
22         default y if MPC8641_HPCN
24 config MPIC
25         bool
26         default y
28 config PPC_INDIRECT_PCI_BE
29         bool
30         depends on PPC_86xx
31         default y
33 endmenu