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