1menuconfig MPC85xx
2	bool "Machine Type"
3	depends on PPC_85xx
4	select PPC_UDBG_16550
5	select MPIC
6	select PPC_PCI_CHOICE
7	select FSL_PCI if PCI
8	select SERIAL_8250_SHARE_IRQ if SERIAL_8250
9	default y
10
11if MPC85xx
12
13config MPC8540_ADS
14	bool "Freescale MPC8540 ADS"
15	select DEFAULT_UIMAGE
16	help
17	  This option enables support for the MPC 8540 ADS board
18
19config MPC8560_ADS
20	bool "Freescale MPC8560 ADS"
21	select DEFAULT_UIMAGE
22	select CPM2
23	help
24	  This option enables support for the MPC 8560 ADS board
25
26config MPC85xx_CDS
27	bool "Freescale MPC85xx CDS"
28	select DEFAULT_UIMAGE
29	select PPC_I8259
30	help
31	  This option enables support for the MPC85xx CDS board
32
33config MPC85xx_MDS
34	bool "Freescale MPC85xx MDS"
35	select DEFAULT_UIMAGE
36	select PHYLIB
37	select HAS_RAPIDIO
38	select SWIOTLB
39	help
40	  This option enables support for the MPC85xx MDS board
41
42config MPC8536_DS
43	bool "Freescale MPC8536 DS"
44	select DEFAULT_UIMAGE
45	select SWIOTLB
46	help
47	  This option enables support for the MPC8536 DS board
48
49config MPC85xx_DS
50	bool "Freescale MPC85xx DS"
51	select PPC_I8259
52	select DEFAULT_UIMAGE
53	select FSL_ULI1575
54	select SWIOTLB
55	help
56	  This option enables support for the MPC85xx DS (MPC8544 DS) board
57
58config SOCRATES
59	bool "Socrates"
60	select DEFAULT_UIMAGE
61	help
62	  This option enables support for the Socrates board.
63
64config KSI8560
65        bool "Emerson KSI8560"
66        select DEFAULT_UIMAGE
67        help
68          This option enables support for the Emerson KSI8560 board
69
70config STX_GP3
71	bool "Silicon Turnkey Express GP3"
72	help
73	  This option enables support for the Silicon Turnkey Express GP3
74	  board.
75	select CPM2
76	select DEFAULT_UIMAGE
77
78config TQM8540
79	bool "TQ Components TQM8540"
80	help
81	  This option enables support for the TQ Components TQM8540 board.
82	select DEFAULT_UIMAGE
83	select TQM85xx
84
85config TQM8541
86	bool "TQ Components TQM8541"
87	help
88	  This option enables support for the TQ Components TQM8541 board.
89	select DEFAULT_UIMAGE
90	select TQM85xx
91	select CPM2
92
93config TQM8548
94	bool "TQ Components TQM8548"
95	help
96	  This option enables support for the TQ Components TQM8548 board.
97	select DEFAULT_UIMAGE
98	select TQM85xx
99
100config TQM8555
101	bool "TQ Components TQM8555"
102	help
103	  This option enables support for the TQ Components TQM8555 board.
104	select DEFAULT_UIMAGE
105	select TQM85xx
106	select CPM2
107
108config TQM8560
109	bool "TQ Components TQM8560"
110	help
111	  This option enables support for the TQ Components TQM8560 board.
112	select DEFAULT_UIMAGE
113	select TQM85xx
114	select CPM2
115
116config SBC8548
117	bool "Wind River SBC8548"
118	select DEFAULT_UIMAGE
119	help
120	  This option enables support for the Wind River SBC8548 board
121
122config SBC8560
123	bool "Wind River SBC8560"
124	select DEFAULT_UIMAGE
125	help
126	  This option enables support for the Wind River SBC8560 board
127
128endif # MPC85xx
129
130config TQM85xx
131	bool
132