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 SOCRATES
55	bool "Socrates"
56	select DEFAULT_UIMAGE
57	help
58	  This option enables support for the Socrates board.
59
60config KSI8560
61        bool "Emerson KSI8560"
62        select DEFAULT_UIMAGE
63        help
64          This option enables support for the Emerson KSI8560 board
65
66config STX_GP3
67	bool "Silicon Turnkey Express GP3"
68	help
69	  This option enables support for the Silicon Turnkey Express GP3
70	  board.
71	select CPM2
72	select DEFAULT_UIMAGE
73
74config TQM8540
75	bool "TQ Components TQM8540"
76	help
77	  This option enables support for the TQ Components TQM8540 board.
78	select DEFAULT_UIMAGE
79	select TQM85xx
80
81config TQM8541
82	bool "TQ Components TQM8541"
83	help
84	  This option enables support for the TQ Components TQM8541 board.
85	select DEFAULT_UIMAGE
86	select TQM85xx
87	select CPM2
88
89config TQM8548
90	bool "TQ Components TQM8548"
91	help
92	  This option enables support for the TQ Components TQM8548 board.
93	select DEFAULT_UIMAGE
94	select TQM85xx
95
96config TQM8555
97	bool "TQ Components TQM8555"
98	help
99	  This option enables support for the TQ Components TQM8555 board.
100	select DEFAULT_UIMAGE
101	select TQM85xx
102	select CPM2
103
104config TQM8560
105	bool "TQ Components TQM8560"
106	help
107	  This option enables support for the TQ Components TQM8560 board.
108	select DEFAULT_UIMAGE
109	select TQM85xx
110	select CPM2
111
112config SBC8548
113	bool "Wind River SBC8548"
114	select DEFAULT_UIMAGE
115	help
116	  This option enables support for the Wind River SBC8548 board
117
118config SBC8560
119	bool "Wind River SBC8560"
120	select DEFAULT_UIMAGE
121	help
122	  This option enables support for the Wind River SBC8560 board
123
124endif # MPC85xx
125
126config TQM85xx
127	bool
128