powerpc/kconfig: Kill PPC_MULTIPLATFORM
[deliverable/linux.git] / arch / powerpc / platforms / 83xx / Kconfig
CommitLineData
d8267c1a
KG
1menuconfig PPC_83xx
2 bool "83xx-based boards"
28794d34 3 depends on 6xx
b38308ac 4 select PPC_UDBG_16550
b500563b 5 select PPC_PCI_CHOICE
76fe1ffc 6 select FSL_PCI if PCI
d8267c1a
KG
7 select FSL_SOC
8 select IPIC
b38308ac 9
d8267c1a 10if PPC_83xx
08264cbc 11
519fd80d
KP
12config MPC831x_RDB
13 bool "Freescale MPC831x RDB"
b359049f 14 select DEFAULT_UIMAGE
b38308ac 15 select PPC_MPC831x
b359049f 16 help
846aace3 17 This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
b359049f 18
9020fc96
KP
19config MPC832x_MDS
20 bool "Freescale MPC832x MDS"
21 select DEFAULT_UIMAGE
b38308ac 22 select PPC_MPC832x
9020fc96
KP
23 help
24 This option enables support for the MPC832x MDS evaluation board.
25
23308c54
MB
26config MPC832x_RDB
27 bool "Freescale MPC832x RDB"
28 select DEFAULT_UIMAGE
b38308ac 29 select PPC_MPC832x
23308c54
MB
30 help
31 This option enables support for the MPC8323 RDB board.
32
49baa91d
KG
33config MPC834x_MDS
34 bool "Freescale MPC834x MDS"
7d13d21a 35 select DEFAULT_UIMAGE
b38308ac 36 select PPC_MPC834x
08264cbc 37 help
49baa91d 38 This option enables support for the MPC 834x MDS evaluation board.
08264cbc 39
49baa91d 40 Be aware that PCI buses can only function when MDS board is plugged
08264cbc
KG
41 into the PIB (Platform IO Board) board from Freescale which provide
42 3 PCI slots. The PIBs PCI initialization is the bootloader's
3cb2fccc 43 responsibility.
08264cbc 44
00280166
KP
45config MPC834x_ITX
46 bool "Freescale MPC834x ITX"
47 select DEFAULT_UIMAGE
b38308ac 48 select PPC_MPC834x
00280166
KP
49 help
50 This option enables support for the MPC 834x ITX evaluation board.
51
52 Be aware that PCI initialization is the bootloader's
3cb2fccc 53 responsibility.
00280166 54
322d05a1
KG
55config MPC836x_MDS
56 bool "Freescale MPC836x MDS"
f5a37b06 57 select DEFAULT_UIMAGE
f5a37b06 58 help
322d05a1 59 This option enables support for the MPC836x MDS Processor Board.
f5a37b06 60
b13e9309
AV
61config MPC836x_RDK
62 bool "Freescale/Logic MPC836x RDK"
63 select DEFAULT_UIMAGE
b13e9309
AV
64 select FSL_GTM
65 select FSL_LBC
66 help
67 This option enables support for the MPC836x RDK Processor Board,
68 also known as ZOOM PowerQUICC Kit.
69
833e31e7
LY
70config MPC837x_MDS
71 bool "Freescale MPC837x MDS"
72 select DEFAULT_UIMAGE
b38308ac 73 select PPC_MPC837x
833e31e7
LY
74 help
75 This option enables support for the MPC837x MDS Processor Board.
a43414cc 76
38f66f90
KP
77config MPC837x_RDB
78 bool "Freescale MPC837x RDB"
79 select DEFAULT_UIMAGE
b38308ac 80 select PPC_MPC837x
38f66f90
KP
81 help
82 This option enables support for the MPC837x RDB Board.
83
a43414cc
PG
84config SBC834x
85 bool "Wind River SBC834x"
86 select DEFAULT_UIMAGE
b38308ac 87 select PPC_MPC834x
a43414cc
PG
88 help
89 This option enables support for the Wind River SBC834x board.
90
59d13f9d
BD
91config ASP834x
92 bool "Analogue & Micro ASP 834x"
93 select PPC_MPC834x
94 select REDBOOT
95 help
96 This enables support for the Analogue & Micro ASP 83xx
97 board.
98
99
b38308ac 100endif
08264cbc 101
b38308ac 102# used for usb
b359049f
KP
103config PPC_MPC831x
104 bool
b359049f 105
b38308ac 106# used for math-emu
9020fc96
KP
107config PPC_MPC832x
108 bool
9020fc96 109
b38308ac
KG
110# used for usb
111config PPC_MPC834x
08264cbc 112 bool
833e31e7 113
b38308ac 114# used for usb
833e31e7
LY
115config PPC_MPC837x
116 bool
This page took 0.297642 seconds and 5 git commands to generate.