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