Merge branches 'release', 'asus', 'sony-laptop' and 'thinkpad' into release
[pandora-kernel.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         select 405EX
31         select PPC4xx_PCI_EXPRESS
32         help
33           This option enables support for the AMCC PPC405EX evaluation board.
34
35 config MAKALU
36         bool "Makalu"
37         depends on 40x
38         default n
39         select 405EX
40         select PCI
41         select PPC4xx_PCI_EXPRESS
42         help
43           This option enables support for the AMCC PPC405EX board.
44
45 #config REDWOOD_5
46 #       bool "Redwood-5"
47 #       depends on 40x
48 #       default n
49 #       select STB03xxx
50 #       help
51 #         This option enables support for the IBM STB04 evaluation board.
52
53 #config REDWOOD_6
54 #       bool "Redwood-6"
55 #       depends on 40x
56 #       default n
57 #       select STB03xxx
58 #       help
59 #         This option enables support for the IBM STBx25xx evaluation board.
60
61 #config SYCAMORE
62 #       bool "Sycamore"
63 #       depends on 40x
64 #       default n
65 #       select 405GPR
66 #       help
67 #         This option enables support for the IBM PPC405GPr evaluation board.
68
69 config WALNUT
70         bool "Walnut"
71         depends on 40x
72         default y
73         select 405GP
74         select PCI
75         help
76           This option enables support for the IBM PPC405GP evaluation board.
77
78 config XILINX_VIRTEX_GENERIC_BOARD
79         bool "Generic Xilinx Virtex board"
80         depends on 40x
81         default n
82         select XILINX_VIRTEX_II_PRO
83         select XILINX_VIRTEX_4_FX
84         help
85           This option enables generic support for Xilinx Virtex based boards.
86
87           The generic virtex board support matches any device tree which
88           specifies 'xilinx,virtex' in its compatible field.  This includes
89           the Xilinx ML3xx and ML4xx reference designs using the powerpc
90           core.
91
92           Most Virtex designs should use this unless it needs to do some
93           special configuration at board probe time.
94
95 # 40x specific CPU modules, selected based on the board above.
96 config NP405H
97         bool
98         #depends on ASH
99
100 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
101 config 403GCX
102         bool
103         #depends on OAK
104         select IBM405_ERR51
105
106 config 405GP
107         bool
108         select IBM405_ERR77
109         select IBM405_ERR51
110         select IBM_NEW_EMAC_ZMII
111
112 config 405EP
113         bool
114
115 config 405EX
116         bool
117         select IBM_NEW_EMAC_EMAC4
118         select IBM_NEW_EMAC_RGMII
119
120 config 405GPR
121         bool
122
123 config XILINX_VIRTEX
124         bool
125
126 config XILINX_VIRTEX_II_PRO
127         bool
128         select XILINX_VIRTEX
129         select IBM405_ERR77
130         select IBM405_ERR51
131
132 config XILINX_VIRTEX_4_FX
133         bool
134         select XILINX_VIRTEX
135
136 config STB03xxx
137         bool
138         select IBM405_ERR77
139         select IBM405_ERR51
140
141 # 40x errata/workaround config symbols, selected by the CPU models above
142
143 # All 405-based cores up until the 405GPR and 405EP have this errata.
144 config IBM405_ERR77
145         bool
146
147 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
148 config IBM405_ERR51
149         bool
150
151 #config BIOS_FIXUP
152 #       bool
153 #       depends on BUBINGA || EP405 || SYCAMORE || WALNUT
154 #       default y
155
156 #config PPC4xx_DMA
157 #       bool "PPC4xx DMA controller support"
158 #       depends on 4xx
159
160 #config PPC4xx_EDMA
161 #       bool
162 #       depends on !STB03xxx && PPC4xx_DMA
163 #       default y