Commit | Line | Data |
---|---|---|
3a83156b KG |
1 | menuconfig MPC85xx |
2 | bool "Machine Type" | |
db947808 | 3 | depends on PPC_85xx |
3a83156b KG |
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 | ||
11 | if MPC85xx | |
14cf11af PM |
12 | |
13 | config MPC8540_ADS | |
14 | bool "Freescale MPC8540 ADS" | |
9cf8ca38 | 15 | select DEFAULT_UIMAGE |
14cf11af | 16 | help |
63dafe57 | 17 | This option enables support for the MPC 8540 ADS board |
14cf11af | 18 | |
902f392d VB |
19 | config MPC8560_ADS |
20 | bool "Freescale MPC8560 ADS" | |
21 | select DEFAULT_UIMAGE | |
b8b3caf3 | 22 | select CPM2 |
902f392d VB |
23 | help |
24 | This option enables support for the MPC 8560 ADS board | |
25 | ||
591f0a42 AF |
26 | config MPC85xx_CDS |
27 | bool "Freescale MPC85xx CDS" | |
28 | select DEFAULT_UIMAGE | |
3620fc1d | 29 | select PPC_I8259 |
591f0a42 AF |
30 | help |
31 | This option enables support for the MPC85xx CDS board | |
32 | ||
23f510bc KG |
33 | config MPC85xx_MDS |
34 | bool "Freescale MPC85xx MDS" | |
c2882bb1 | 35 | select DEFAULT_UIMAGE |
55f9ed0f | 36 | select QUICC_ENGINE |
c2882bb1 | 37 | help |
23f510bc | 38 | This option enables support for the MPC85xx MDS board |
c2882bb1 | 39 | |
16d24060 KG |
40 | config MPC85xx_DS |
41 | bool "Freescale MPC85xx DS" | |
f16dab98 | 42 | select PPC_I8259 |
d93daf84 | 43 | select DEFAULT_UIMAGE |
b66510cb | 44 | select FSL_ULI1575 |
d93daf84 | 45 | help |
16d24060 | 46 | This option enables support for the MPC85xx DS (MPC8544 DS) board |
d93daf84 | 47 | |
22b619ee AS |
48 | config KSI8560 |
49 | bool "Emerson KSI8560" | |
22b619ee AS |
50 | select DEFAULT_UIMAGE |
51 | help | |
52 | This option enables support for the Emerson KSI8560 board | |
53 | ||
77e03a22 KG |
54 | config STX_GP3 |
55 | bool "Silicon Turnkey Express GP3" | |
56 | help | |
57 | This option enables support for the Silicon Turnkey Express GP3 | |
58 | board. | |
b8b3caf3 | 59 | select CPM2 |
77e03a22 | 60 | select DEFAULT_UIMAGE |
77e03a22 | 61 | |
0052bc5d KG |
62 | config TQM8540 |
63 | bool "TQ Components TQM8540" | |
64 | help | |
65 | This option enables support for the TQ Components TQM8540 board. | |
66 | select DEFAULT_UIMAGE | |
0052bc5d KG |
67 | select TQM85xx |
68 | ||
69 | config TQM8541 | |
70 | bool "TQ Components TQM8541" | |
71 | help | |
72 | This option enables support for the TQ Components TQM8541 board. | |
73 | select DEFAULT_UIMAGE | |
0052bc5d KG |
74 | select TQM85xx |
75 | select CPM2 | |
76 | ||
77 | config TQM8555 | |
78 | bool "TQ Components TQM8555" | |
79 | help | |
80 | This option enables support for the TQ Components TQM8555 board. | |
81 | select DEFAULT_UIMAGE | |
0052bc5d KG |
82 | select TQM85xx |
83 | select CPM2 | |
84 | ||
85 | config TQM8560 | |
86 | bool "TQ Components TQM8560" | |
87 | help | |
88 | This option enables support for the TQ Components TQM8560 board. | |
89 | select DEFAULT_UIMAGE | |
0052bc5d KG |
90 | select TQM85xx |
91 | select CPM2 | |
92 | ||
0e0fffe8 PG |
93 | config SBC8548 |
94 | bool "Wind River SBC8548" | |
95 | select DEFAULT_UIMAGE | |
96 | help | |
97 | This option enables support for the Wind River SBC8548 board | |
98 | ||
2c198061 PG |
99 | config SBC8560 |
100 | bool "Wind River SBC8560" | |
101 | select DEFAULT_UIMAGE | |
2c198061 PG |
102 | help |
103 | This option enables support for the Wind River SBC8560 board | |
104 | ||
3a83156b | 105 | endif # MPC85xx |
14cf11af | 106 | |
0052bc5d KG |
107 | config TQM85xx |
108 | bool |