[POWERPC] 83xx: Removed dead header
[deliverable/linux.git] / arch / powerpc / platforms / 83xx / Kconfig
CommitLineData
08264cbc
KG
1menu "Platform support"
2 depends on PPC_83xx
3
4choice
5 prompt "Machine Type"
49baa91d 6 default MPC834x_MDS
08264cbc 7
b359049f
KP
8config MPC8313_RDB
9 bool "Freescale MPC8313 RDB"
10 select DEFAULT_UIMAGE
11 help
12 This option enables support for the MPC8313 RDB board.
13
9020fc96
KP
14config MPC832x_MDS
15 bool "Freescale MPC832x MDS"
16 select DEFAULT_UIMAGE
17 select QUICC_ENGINE
18 help
19 This option enables support for the MPC832x MDS evaluation board.
20
49baa91d
KG
21config MPC834x_MDS
22 bool "Freescale MPC834x MDS"
7d13d21a 23 select DEFAULT_UIMAGE
08264cbc 24 help
49baa91d 25 This option enables support for the MPC 834x MDS evaluation board.
08264cbc 26
49baa91d 27 Be aware that PCI buses can only function when MDS board is plugged
08264cbc
KG
28 into the PIB (Platform IO Board) board from Freescale which provide
29 3 PCI slots. The PIBs PCI initialization is the bootloader's
3cb2fccc 30 responsibility.
08264cbc 31
00280166
KP
32config MPC834x_ITX
33 bool "Freescale MPC834x ITX"
34 select DEFAULT_UIMAGE
35 help
36 This option enables support for the MPC 834x ITX evaluation board.
37
38 Be aware that PCI initialization is the bootloader's
3cb2fccc 39 responsibility.
00280166 40
322d05a1
KG
41config MPC836x_MDS
42 bool "Freescale MPC836x MDS"
f5a37b06
LY
43 select DEFAULT_UIMAGE
44 select QUICC_ENGINE
45 help
322d05a1 46 This option enables support for the MPC836x MDS Processor Board.
f5a37b06 47
08264cbc
KG
48endchoice
49
b359049f
KP
50config PPC_MPC831x
51 bool
52 select PPC_UDBG_16550
53 select PPC_INDIRECT_PCI
54 default y if MPC8313_RDB
55
9020fc96
KP
56config PPC_MPC832x
57 bool
58 select PPC_UDBG_16550
59 select PPC_INDIRECT_PCI
60 default y if MPC832x_MDS
61
08264cbc
KG
62config MPC834x
63 bool
64 select PPC_UDBG_16550
65 select PPC_INDIRECT_PCI
49baa91d 66 default y if MPC834x_MDS || MPC834x_ITX
08264cbc 67
f5a37b06
LY
68config PPC_MPC836x
69 bool
70 select PPC_UDBG_16550
71 select PPC_INDIRECT_PCI
322d05a1 72 default y if MPC836x_MDS
f5a37b06 73
08264cbc 74endmenu
This page took 0.134493 seconds and 5 git commands to generate.