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