583b0c7409c99a6137227e68daacd80959e38338
[deliverable/linux.git] / arch / powerpc / platforms / 83xx / Kconfig
1 menuconfig MPC83xx
2 bool "83xx Board Type"
3 depends on PPC_83xx
4 select PPC_UDBG_16550
5 select PPC_INDIRECT_PCI
6
7 if MPC83xx
8
9 config MPC831x_RDB
10 bool "Freescale MPC831x RDB"
11 select DEFAULT_UIMAGE
12 select PPC_MPC831x
13 help
14 This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
15
16 config MPC832x_MDS
17 bool "Freescale MPC832x MDS"
18 select DEFAULT_UIMAGE
19 select QUICC_ENGINE
20 select PPC_MPC832x
21 help
22 This option enables support for the MPC832x MDS evaluation board.
23
24 config MPC832x_RDB
25 bool "Freescale MPC832x RDB"
26 select DEFAULT_UIMAGE
27 select QUICC_ENGINE
28 select PPC_MPC832x
29 help
30 This option enables support for the MPC8323 RDB board.
31
32 config MPC834x_MDS
33 bool "Freescale MPC834x MDS"
34 select DEFAULT_UIMAGE
35 select PPC_MPC834x
36 help
37 This option enables support for the MPC 834x MDS evaluation board.
38
39 Be aware that PCI buses can only function when MDS board is plugged
40 into the PIB (Platform IO Board) board from Freescale which provide
41 3 PCI slots. The PIBs PCI initialization is the bootloader's
42 responsibility.
43
44 config MPC834x_ITX
45 bool "Freescale MPC834x ITX"
46 select DEFAULT_UIMAGE
47 select PPC_MPC834x
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
52 responsibility.
53
54 config MPC836x_MDS
55 bool "Freescale MPC836x MDS"
56 select DEFAULT_UIMAGE
57 select QUICC_ENGINE
58 help
59 This option enables support for the MPC836x MDS Processor Board.
60
61 config MPC837x_MDS
62 bool "Freescale MPC837x MDS"
63 select DEFAULT_UIMAGE
64 select PPC_MPC837x
65 help
66 This option enables support for the MPC837x MDS Processor Board.
67
68 config MPC837x_RDB
69 bool "Freescale MPC837x RDB"
70 select DEFAULT_UIMAGE
71 select PPC_MPC837x
72 help
73 This option enables support for the MPC837x RDB Board.
74
75 config SBC834x
76 bool "Wind River SBC834x"
77 select DEFAULT_UIMAGE
78 select PPC_MPC834x
79 help
80 This option enables support for the Wind River SBC834x board.
81
82 config 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
91 endif
92
93 # used for usb
94 config PPC_MPC831x
95 bool
96
97 # used for math-emu
98 config PPC_MPC832x
99 bool
100
101 # used for usb
102 config PPC_MPC834x
103 bool
104
105 # used for usb
106 config PPC_MPC837x
107 bool
This page took 0.053395 seconds and 4 git commands to generate.