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