[POWERPC] 4xx: Rework clock probing in boot wrapper
[deliverable/linux.git] / arch / powerpc / platforms / 44x / Kconfig
CommitLineData
8c1449bd
JB
1config BAMBOO
2 bool "Bamboo"
3 depends on 44x
4 default n
5 select 440EP
c3fc2de0 6 select PCI
8c1449bd
JB
7 help
8 This option enables support for the IBM PPC440EP evaluation board.
f6dfc805
DG
9
10config EBONY
11 bool "Ebony"
12 depends on 44x
13 default y
14 select 440GP
69c07851 15 select PCI
f6dfc805
DG
16 help
17 This option enables support for the IBM PPC440GP evaluation board.
18
15fc993e
VB
19config SEQUOIA
20 bool "Sequoia"
21 depends on 44x
22 default n
23 select 440EPX
24 help
25 This option enables support for the AMCC PPC440EPX evaluation board.
26
6bbc5476
HB
27config TAISHAN
28 bool "Taishan"
29 depends on 44x
30 default n
31 select 440GX
32 select PCI
33 help
34 This option enables support for the AMCC PPC440GX "Taishan"
35 evaluation board.
36
f6dfc805
DG
37#config LUAN
38# bool "Luan"
39# depends on 44x
40# default n
41# select 440SP
42# help
43# This option enables support for the IBM PPC440SP evaluation board.
44
45#config OCOTEA
46# bool "Ocotea"
47# depends on 44x
48# default n
49# select 440GX
50# help
51# This option enables support for the IBM PPC440GX evaluation board.
52
53# 44x specific CPU modules, selected based on the board above.
54config 440EP
55 bool
56 select PPC_FPU
57 select IBM440EP_ERR42
73925376 58 select IBM_NEW_EMAC_ZMII
f6dfc805 59
15fc993e
VB
60config 440EPX
61 bool
62 select PPC_FPU
b7c1dfba
VB
63 select IBM_NEW_EMAC_EMAC4
64 select IBM_NEW_EMAC_RGMII
65 select IBM_NEW_EMAC_ZMII
f6dfc805
DG
66
67config 440GP
68 bool
1d3bb996 69 select IBM_NEW_EMAC_ZMII
f6dfc805
DG
70
71config 440GX
72 bool
6bbc5476
HB
73 select IBM_NEW_EMAC_EMAC4
74 select IBM_NEW_EMAC_RGMII
75 select IBM_NEW_EMAC_ZMII #test only
76 select IBM_NEW_EMAC_TAH #test only
f6dfc805
DG
77
78config 440SP
79 bool
80
f6dfc805
DG
81# 44x errata/workaround config symbols, selected by the CPU models above
82config IBM440EP_ERR42
83 bool
This page took 0.102651 seconds and 5 git commands to generate.