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