]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/platforms/40x/Kconfig
[POWERPC] 4xx: Add PCI to Walnut platform
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / 40x / Kconfig
1 #config BUBINGA
2 #       bool "Bubinga"
3 #       depends on 40x
4 #       default n
5 #       select 405EP
6 #       help
7 #         This option enables support for the IBM 405EP evaluation board.
8
9 #config CPCI405
10 #       bool "CPCI405"
11 #       depends on 40x
12 #       default n
13 #       select 405GP
14 #       help
15 #         This option enables support for the CPCI405 board.
16
17 config EP405
18         bool "EP405/EP405PC"
19         depends on 40x
20         default n
21         select 405GP
22         select PCI
23         help
24           This option enables support for the EP405/EP405PC boards.
25
26 config KILAUEA
27         bool "Kilauea"
28         depends on 40x
29         default n
30         help
31           This option enables support for the AMCC PPC405EX evaluation board.
32
33 #config REDWOOD_5
34 #       bool "Redwood-5"
35 #       depends on 40x
36 #       default n
37 #       select STB03xxx
38 #       help
39 #         This option enables support for the IBM STB04 evaluation board.
40
41 #config REDWOOD_6
42 #       bool "Redwood-6"
43 #       depends on 40x
44 #       default n
45 #       select STB03xxx
46 #       help
47 #         This option enables support for the IBM STBx25xx evaluation board.
48
49 #config SYCAMORE
50 #       bool "Sycamore"
51 #       depends on 40x
52 #       default n
53 #       select 405GPR
54 #       help
55 #         This option enables support for the IBM PPC405GPr evaluation board.
56
57 config WALNUT
58         bool "Walnut"
59         depends on 40x
60         default y
61         select 405GP
62         select PCI
63         help
64           This option enables support for the IBM PPC405GP evaluation board.
65
66 config XILINX_VIRTEX_GENERIC_BOARD
67         bool "Generic Xilinx Virtex board"
68         depends on 40x
69         default n
70         select XILINX_VIRTEX_II_PRO
71         select XILINX_VIRTEX_4_FX
72         help
73           This option enables generic support for Xilinx Virtex based boards.
74
75           The generic virtex board support matches any device tree which
76           specifies 'xilinx,virtex' in its compatible field.  This includes
77           the Xilinx ML3xx and ML4xx reference designs using the powerpc
78           core.
79
80           Most Virtex designs should use this unless it needs to do some
81           special configuration at board probe time.
82
83 # 40x specific CPU modules, selected based on the board above.
84 config NP405H
85         bool
86         #depends on ASH
87
88 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
89 config 403GCX
90         bool
91         #depends on OAK
92         select IBM405_ERR51
93
94 config 405GP
95         bool
96         select IBM405_ERR77
97         select IBM405_ERR51
98         select IBM_NEW_EMAC_ZMII
99
100 config 405EP
101         bool
102
103 config 405GPR
104         bool
105
106 config XILINX_VIRTEX
107         bool
108
109 config XILINX_VIRTEX_II_PRO
110         bool
111         select XILINX_VIRTEX
112         select IBM405_ERR77
113         select IBM405_ERR51
114
115 config XILINX_VIRTEX_4_FX
116         bool
117         select XILINX_VIRTEX
118
119 config STB03xxx
120         bool
121         select IBM405_ERR77
122         select IBM405_ERR51
123
124 # 40x errata/workaround config symbols, selected by the CPU models above
125
126 # All 405-based cores up until the 405GPR and 405EP have this errata.
127 config IBM405_ERR77
128         bool
129
130 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
131 config IBM405_ERR51
132         bool
133
134 #config BIOS_FIXUP
135 #       bool
136 #       depends on BUBINGA || EP405 || SYCAMORE || WALNUT
137 #       default y
138
139 #config PPC4xx_DMA
140 #       bool "PPC4xx DMA controller support"
141 #       depends on 4xx
142
143 #config PPC4xx_EDMA
144 #       bool
145 #       depends on !STB03xxx && PPC4xx_DMA
146 #       default y