]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/powerpc/platforms/85xx/Kconfig
[POWERPC] 86xx: Remove unused IRQ defines
[net-next-2.6.git] / arch / powerpc / platforms / 85xx / Kconfig
CommitLineData
14cf11af
PM
1choice
2 prompt "Machine Type"
db947808 3 depends on PPC_85xx
14cf11af
PM
4 default MPC8540_ADS
5
6config MPC8540_ADS
7 bool "Freescale MPC8540 ADS"
9cf8ca38 8 select DEFAULT_UIMAGE
14cf11af 9 help
63dafe57 10 This option enables support for the MPC 8540 ADS board
14cf11af 11
902f392d
VB
12config MPC8560_ADS
13 bool "Freescale MPC8560 ADS"
14 select DEFAULT_UIMAGE
8abc8f5f 15 select PPC_CPM_NEW_BINDING
b8b3caf3 16 select CPM2
902f392d
VB
17 help
18 This option enables support for the MPC 8560 ADS board
19
591f0a42
AF
20config MPC85xx_CDS
21 bool "Freescale MPC85xx CDS"
22 select DEFAULT_UIMAGE
3620fc1d 23 select PPC_I8259
591f0a42
AF
24 help
25 This option enables support for the MPC85xx CDS board
26
23f510bc
KG
27config MPC85xx_MDS
28 bool "Freescale MPC85xx MDS"
c2882bb1 29 select DEFAULT_UIMAGE
55f9ed0f 30 select QUICC_ENGINE
c2882bb1 31 help
23f510bc 32 This option enables support for the MPC85xx MDS board
c2882bb1 33
16d24060
KG
34config MPC85xx_DS
35 bool "Freescale MPC85xx DS"
f16dab98 36 select PPC_I8259
d93daf84 37 select DEFAULT_UIMAGE
b66510cb 38 select FSL_ULI1575
d93daf84 39 help
16d24060 40 This option enables support for the MPC85xx DS (MPC8544 DS) board
d93daf84 41
77e03a22
KG
42config STX_GP3
43 bool "Silicon Turnkey Express GP3"
44 help
45 This option enables support for the Silicon Turnkey Express GP3
46 board.
b8b3caf3 47 select CPM2
77e03a22
KG
48 select DEFAULT_UIMAGE
49 select PPC_CPM_NEW_BINDING
50
0052bc5d
KG
51config TQM8540
52 bool "TQ Components TQM8540"
53 help
54 This option enables support for the TQ Components TQM8540 board.
55 select DEFAULT_UIMAGE
56 select PPC_CPM_NEW_BINDING
57 select TQM85xx
58
59config TQM8541
60 bool "TQ Components TQM8541"
61 help
62 This option enables support for the TQ Components TQM8541 board.
63 select DEFAULT_UIMAGE
64 select PPC_CPM_NEW_BINDING
65 select TQM85xx
66 select CPM2
67
68config TQM8555
69 bool "TQ Components TQM8555"
70 help
71 This option enables support for the TQ Components TQM8555 board.
72 select DEFAULT_UIMAGE
73 select PPC_CPM_NEW_BINDING
74 select TQM85xx
75 select CPM2
76
77config TQM8560
78 bool "TQ Components TQM8560"
79 help
80 This option enables support for the TQ Components TQM8560 board.
81 select DEFAULT_UIMAGE
82 select PPC_CPM_NEW_BINDING
83 select TQM85xx
84 select CPM2
85
0e0fffe8
PG
86config SBC8548
87 bool "Wind River SBC8548"
88 select DEFAULT_UIMAGE
89 help
90 This option enables support for the Wind River SBC8548 board
91
2c198061
PG
92config SBC8560
93 bool "Wind River SBC8560"
94 select DEFAULT_UIMAGE
b8b3caf3 95 select PPC_CPM_NEW_BINDING if CPM2
2c198061
PG
96 help
97 This option enables support for the Wind River SBC8560 board
98
14cf11af
PM
99endchoice
100
0052bc5d
KG
101config TQM85xx
102 bool
103 select MPC85xx
104
14cf11af
PM
105config MPC8540
106 bool
63dafe57
BB
107 select PPC_UDBG_16550
108 select PPC_INDIRECT_PCI
0e0fffe8 109 default y if MPC8540_ADS || MPC85xx_CDS || SBC8548
14cf11af 110
c2882bb1
AF
111config MPC85xx
112 bool
113 select PPC_UDBG_16550
3f6c5dae 114 select PPC_INDIRECT_PCI if PCI
db947808 115 select MPIC
3f6c5dae 116 select FSL_PCI if PCI
f194bda4 117 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
d93daf84 118 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
0e0fffe8 119 || MPC85xx_MDS || MPC85xx_DS || STX_GP3 || SBC8560 || SBC8548