Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
[sfrench/cifs-2.6.git] / arch / powerpc / platforms / 40x / Kconfig
1 config ACADIA
2         bool "Acadia"
3         depends on 40x
4         default n
5         select PPC40x_SIMPLE
6         select 405EZ
7         help
8           This option enables support for the AMCC 405EZ Acadia evaluation board.
9
10 config EP405
11         bool "EP405/EP405PC"
12         depends on 40x
13         default n
14         select 405GP
15         select PCI
16         help
17           This option enables support for the EP405/EP405PC boards.
18
19 config HOTFOOT
20         bool "Hotfoot"
21         depends on 40x
22         default n
23         select PPC40x_SIMPLE
24         select PCI
25         help
26          This option enables support for the ESTEEM 195E Hotfoot board.
27
28 config KILAUEA
29         bool "Kilauea"
30         depends on 40x
31         default n
32         select 405EX
33         select PPC40x_SIMPLE
34         select PPC4xx_PCI_EXPRESS
35         select PCI_MSI
36         select PPC4xx_MSI
37         help
38           This option enables support for the AMCC PPC405EX evaluation board.
39
40 config MAKALU
41         bool "Makalu"
42         depends on 40x
43         default n
44         select 405EX
45         select PCI
46         select PPC4xx_PCI_EXPRESS
47         select PPC40x_SIMPLE
48         help
49           This option enables support for the AMCC PPC405EX board.
50
51 config WALNUT
52         bool "Walnut"
53         depends on 40x
54         default y
55         select 405GP
56         select PCI
57         select OF_RTC
58         help
59           This option enables support for the IBM PPC405GP evaluation board.
60
61 config XILINX_VIRTEX_GENERIC_BOARD
62         bool "Generic Xilinx Virtex board"
63         depends on 40x
64         default n
65         select XILINX_VIRTEX_II_PRO
66         select XILINX_VIRTEX_4_FX
67         help
68           This option enables generic support for Xilinx Virtex based boards.
69
70           The generic virtex board support matches any device tree which
71           specifies 'xilinx,virtex' in its compatible field.  This includes
72           the Xilinx ML3xx and ML4xx reference designs using the powerpc
73           core.
74
75           Most Virtex designs should use this unless it needs to do some
76           special configuration at board probe time.
77
78 config OBS600
79         bool "OpenBlockS 600"
80         depends on 40x
81         default n
82         select 405EX
83         select PPC40x_SIMPLE
84         help
85           This option enables support for PlatHome OpenBlockS 600 server
86
87
88 config PPC40x_SIMPLE
89         bool "Simple PowerPC 40x board support"
90         depends on 40x
91         default n
92         help
93           This option enables the simple PowerPC 40x platform support.
94
95 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
96 config 403GCX
97         bool
98         #depends on OAK
99         select IBM405_ERR51
100
101 config 405GP
102         bool
103         select IBM405_ERR77
104         select IBM405_ERR51
105         select IBM_EMAC_ZMII
106
107 config 405EX
108         bool
109         select IBM_EMAC_EMAC4
110         select IBM_EMAC_RGMII
111
112 config 405EZ
113         bool
114         select IBM_EMAC_NO_FLOW_CTRL
115         select IBM_EMAC_MAL_CLR_ICINTSTAT
116         select IBM_EMAC_MAL_COMMON_ERR
117
118 config XILINX_VIRTEX
119         bool
120         select DEFAULT_UIMAGE
121
122 config XILINX_VIRTEX_II_PRO
123         bool
124         select XILINX_VIRTEX
125         select IBM405_ERR77
126         select IBM405_ERR51
127
128 config XILINX_VIRTEX_4_FX
129         bool
130         select XILINX_VIRTEX
131
132 config STB03xxx
133         bool
134         select IBM405_ERR77
135         select IBM405_ERR51
136
137 config PPC4xx_GPIO
138         bool "PPC4xx GPIO support"
139         depends on 40x
140         select GPIOLIB
141         help
142           Enable gpiolib support for ppc40x based boards
143
144 # 40x errata/workaround config symbols, selected by the CPU models above
145
146 # All 405-based cores up until the 405GPR and 405EP have this errata.
147 config IBM405_ERR77
148         bool
149
150 # All 40x-based cores, up until the 405GPR and 405EP have this errata.
151 config IBM405_ERR51
152         bool
153
154 config APM8018X
155         bool "APM8018X"
156         depends on 40x
157         default n
158         select PPC40x_SIMPLE
159         help
160           This option enables support for the AppliedMicro APM8018X evaluation
161           board.