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 QUICC_ENGINE
37	select PHYLIB
38	help
39	  This option enables support for the MPC85xx MDS board
40
41config MPC8536_DS
42	bool "Freescale MPC8536 DS"
43	select DEFAULT_UIMAGE
44	help
45	  This option enables support for the MPC8536 DS board
46
47config MPC85xx_DS
48	bool "Freescale MPC85xx DS"
49	select PPC_I8259
50	select DEFAULT_UIMAGE
51	select FSL_ULI1575
52	help
53	  This option enables support for the MPC85xx DS (MPC8544 DS) board
54
55config KSI8560
56        bool "Emerson KSI8560"
57        select DEFAULT_UIMAGE
58        help
59          This option enables support for the Emerson KSI8560 board
60
61config STX_GP3
62	bool "Silicon Turnkey Express GP3"
63	help
64	  This option enables support for the Silicon Turnkey Express GP3
65	  board.
66	select CPM2
67	select DEFAULT_UIMAGE
68
69config TQM8540
70	bool "TQ Components TQM8540"
71	help
72	  This option enables support for the TQ Components TQM8540 board.
73	select DEFAULT_UIMAGE
74	select TQM85xx
75
76config TQM8541
77	bool "TQ Components TQM8541"
78	help
79	  This option enables support for the TQ Components TQM8541 board.
80	select DEFAULT_UIMAGE
81	select TQM85xx
82	select CPM2
83
84config TQM8548
85	bool "TQ Components TQM8548"
86	help
87	  This option enables support for the TQ Components TQM8548 board.
88	select DEFAULT_UIMAGE
89	select TQM85xx
90
91config TQM8555
92	bool "TQ Components TQM8555"
93	help
94	  This option enables support for the TQ Components TQM8555 board.
95	select DEFAULT_UIMAGE
96	select TQM85xx
97	select CPM2
98
99config TQM8560
100	bool "TQ Components TQM8560"
101	help
102	  This option enables support for the TQ Components TQM8560 board.
103	select DEFAULT_UIMAGE
104	select TQM85xx
105	select CPM2
106
107config SBC8548
108	bool "Wind River SBC8548"
109	select DEFAULT_UIMAGE
110	help
111	  This option enables support for the Wind River SBC8548 board
112
113config SBC8560
114	bool "Wind River SBC8560"
115	select DEFAULT_UIMAGE
116	help
117	  This option enables support for the Wind River SBC8560 board
118
119endif # MPC85xx
120
121config TQM85xx
122	bool
123