Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6-block.git] / arch / powerpc / platforms / 83xx / Kconfig
CommitLineData
08264cbc
KG
1menu "Platform support"
2 depends on PPC_83xx
3
4choice
5 prompt "Machine Type"
6 default MPC834x_SYS
7
8config MPC834x_SYS
9 bool "Freescale MPC834x SYS"
7d13d21a 10 select DEFAULT_UIMAGE
08264cbc
KG
11 help
12 This option enables support for the MPC 834x SYS evaluation board.
13
14 Be aware that PCI buses can only function when SYS board is plugged
15 into the PIB (Platform IO Board) board from Freescale which provide
16 3 PCI slots. The PIBs PCI initialization is the bootloader's
17 responsiblilty.
18
00280166
KP
19config MPC834x_ITX
20 bool "Freescale MPC834x ITX"
21 select DEFAULT_UIMAGE
22 help
23 This option enables support for the MPC 834x ITX evaluation board.
24
25 Be aware that PCI initialization is the bootloader's
26 responsiblilty.
27
08264cbc
KG
28endchoice
29
30config MPC834x
31 bool
32 select PPC_UDBG_16550
33 select PPC_INDIRECT_PCI
00280166 34 default y if MPC834x_SYS || MPC834x_ITX
08264cbc
KG
35
36endmenu