]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/powerpc/platforms/40x/Kconfig
[POWERPC] 4xx: EP405 boards support for arch/powerpc
[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         help
63           This option enables support for the IBM PPC405GP evaluation board.
64
65 config XILINX_VIRTEX_GENERIC_BOARD
66         bool "Generic Xilinx Virtex board"
67         depends on 40x
68         default n
69         select XILINX_VIRTEX_II_PRO
70         select XILINX_VIRTEX_4_FX
71         help
72           This option enables generic support for Xilinx Virtex based boards.
73
74           The generic virtex board support matches any device tree which
75           specifies 'xilinx,virtex' in its compatible field.  This includes
76           the Xilinx ML3xx and ML4xx reference designs using the powerpc
77           core.
78
79           Most Virtex designs should use this unless it needs to do some
80           special configuration at board probe time.
81
82 # 40x specific CPU modules, selected based on the board above.
83 config NP405H
84         bool
85         #depends on ASH
86
87 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
88 config 403GCX
89         bool
90         #depends on OAK
91         select IBM405_ERR51
92
93 config 405GP
94         bool
95         select IBM405_ERR77
96         select IBM405_ERR51
97         select IBM_NEW_EMAC_ZMII
98
99 config 405EP
100         bool
101
102 config 405GPR
103         bool
104
105 config XILINX_VIRTEX
106         bool
107
108 config XILINX_VIRTEX_II_PRO
109         bool
110         select XILINX_VIRTEX
111         select IBM405_ERR77
112         select IBM405_ERR51
113
114 config XILINX_VIRTEX_4_FX
115         bool
116         select XILINX_VIRTEX
117
118 config STB03xxx
119         bool
120         select IBM405_ERR77
121         select IBM405_ERR51
122
123 # 40x errata/workaround config symbols, selected by the CPU models above
124
125 # All 405-based cores up until the 405GPR and 405EP have this errata.
126 config IBM405_ERR77
127         bool
128
129 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
130 config IBM405_ERR51
131         bool
132
133 #config BIOS_FIXUP
134 #       bool
135 #       depends on BUBINGA || EP405 || SYCAMORE || WALNUT
136 #       default y
137
138 #config PPC4xx_DMA
139 #       bool "PPC4xx DMA controller support"
140 #       depends on 4xx
141
142 #config PPC4xx_EDMA
143 #       bool
144 #       depends on !STB03xxx && PPC4xx_DMA
145 #       default y