xref: /linux/arch/powerpc/platforms/83xx/Kconfig (revision 28794d34ecb6815a3fa0a4256027c9b081a17c5f)
1menuconfig PPC_83xx
2	bool "83xx-based boards"
3	depends on 6xx
4	select PPC_UDBG_16550
5	select PPC_PCI_CHOICE
6	select FSL_PCI if PCI
7	select FSL_SOC
8	select IPIC
9
10if PPC_83xx
11
12config MPC831x_RDB
13	bool "Freescale MPC831x RDB"
14	select DEFAULT_UIMAGE
15	select PPC_MPC831x
16	help
17	  This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
18
19config MPC832x_MDS
20	bool "Freescale MPC832x MDS"
21	select DEFAULT_UIMAGE
22	select PPC_MPC832x
23	help
24	  This option enables support for the MPC832x MDS evaluation board.
25
26config MPC832x_RDB
27	bool "Freescale MPC832x RDB"
28	select DEFAULT_UIMAGE
29	select PPC_MPC832x
30	help
31	  This option enables support for the MPC8323 RDB board.
32
33config MPC834x_MDS
34	bool "Freescale MPC834x MDS"
35	select DEFAULT_UIMAGE
36	select PPC_MPC834x
37	help
38	  This option enables support for the MPC 834x MDS evaluation board.
39
40	  Be aware that PCI buses can only function when MDS board is plugged
41	  into the PIB (Platform IO Board) board from Freescale which provide
42	  3 PCI slots.  The PIBs PCI initialization is the bootloader's
43	  responsibility.
44
45config MPC834x_ITX
46	bool "Freescale MPC834x ITX"
47	select DEFAULT_UIMAGE
48	select PPC_MPC834x
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
53	  responsibility.
54
55config MPC836x_MDS
56	bool "Freescale MPC836x MDS"
57	select DEFAULT_UIMAGE
58	help
59	  This option enables support for the MPC836x MDS Processor Board.
60
61config MPC836x_RDK
62	bool "Freescale/Logic MPC836x RDK"
63	select DEFAULT_UIMAGE
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
70config MPC837x_MDS
71	bool "Freescale MPC837x MDS"
72	select DEFAULT_UIMAGE
73	select PPC_MPC837x
74	help
75	  This option enables support for the MPC837x MDS Processor Board.
76
77config MPC837x_RDB
78	bool "Freescale MPC837x RDB"
79	select DEFAULT_UIMAGE
80	select PPC_MPC837x
81	help
82	  This option enables support for the MPC837x RDB Board.
83
84config SBC834x
85	bool "Wind River SBC834x"
86	select DEFAULT_UIMAGE
87	select PPC_MPC834x
88	help
89	  This option enables support for the Wind River SBC834x board.
90
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
100endif
101
102# used for usb
103config PPC_MPC831x
104	bool
105
106# used for math-emu
107config PPC_MPC832x
108	bool
109
110# used for usb
111config PPC_MPC834x
112	bool
113
114# used for usb
115config PPC_MPC837x
116	bool
117