1menuconfig MPC85xx
2	bool "Machine Type"
3	depends on PPC_85xx
4	select PPC_UDBG_16550
5	select PPC_INDIRECT_PCI if PCI
6	select MPIC
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 PPC_CPM_NEW_BINDING
23	select CPM2
24	help
25	  This option enables support for the MPC 8560 ADS board
26
27config MPC85xx_CDS
28	bool "Freescale MPC85xx CDS"
29	select DEFAULT_UIMAGE
30	select PPC_I8259
31	help
32	  This option enables support for the MPC85xx CDS board
33
34config MPC85xx_MDS
35	bool "Freescale MPC85xx MDS"
36	select DEFAULT_UIMAGE
37	select QUICC_ENGINE
38	help
39	  This option enables support for the MPC85xx MDS board
40
41config MPC85xx_DS
42	bool "Freescale MPC85xx DS"
43	select PPC_I8259
44	select DEFAULT_UIMAGE
45	select FSL_ULI1575
46	help
47	  This option enables support for the MPC85xx DS (MPC8544 DS) board
48
49config STX_GP3
50	bool "Silicon Turnkey Express GP3"
51	help
52	  This option enables support for the Silicon Turnkey Express GP3
53	  board.
54	select CPM2
55	select DEFAULT_UIMAGE
56	select PPC_CPM_NEW_BINDING
57
58config TQM8540
59	bool "TQ Components TQM8540"
60	help
61	  This option enables support for the TQ Components TQM8540 board.
62	select DEFAULT_UIMAGE
63	select PPC_CPM_NEW_BINDING
64	select TQM85xx
65
66config TQM8541
67	bool "TQ Components TQM8541"
68	help
69	  This option enables support for the TQ Components TQM8541 board.
70	select DEFAULT_UIMAGE
71	select PPC_CPM_NEW_BINDING
72	select TQM85xx
73	select CPM2
74
75config TQM8555
76	bool "TQ Components TQM8555"
77	help
78	  This option enables support for the TQ Components TQM8555 board.
79	select DEFAULT_UIMAGE
80	select PPC_CPM_NEW_BINDING
81	select TQM85xx
82	select CPM2
83
84config TQM8560
85	bool "TQ Components TQM8560"
86	help
87	  This option enables support for the TQ Components TQM8560 board.
88	select DEFAULT_UIMAGE
89	select PPC_CPM_NEW_BINDING
90	select TQM85xx
91	select CPM2
92
93config SBC8548
94	bool "Wind River SBC8548"
95	select DEFAULT_UIMAGE
96	help
97	  This option enables support for the Wind River SBC8548 board
98
99config SBC8560
100	bool "Wind River SBC8560"
101	select DEFAULT_UIMAGE
102	select PPC_CPM_NEW_BINDING if CPM2
103	help
104	  This option enables support for the Wind River SBC8560 board
105
106endif # MPC85xx
107
108config TQM85xx
109	bool
110