@@ -2,67 +2,81 @@ if ARCH_KIRKWOOD
2
2
3
3
menu "Marvell Kirkwood Implementations"
4
4
5
+ config KIRKWOOD_LEGACY
6
+ bool
7
+
5
8
config MACH_D2NET_V2
6
9
bool "LaCie d2 Network v2 NAS Board"
10
+ select KIRKWOOD_LEGACY
7
11
help
8
12
Say 'Y' here if you want your kernel to support the
9
13
LaCie d2 Network v2 NAS.
10
14
11
15
config MACH_DOCKSTAR
12
16
bool "Seagate FreeAgent DockStar"
17
+ select KIRKWOOD_LEGACY
13
18
help
14
19
Say 'Y' here if you want your kernel to support the
15
20
Seagate FreeAgent DockStar.
16
21
17
22
config MACH_ESATA_SHEEVAPLUG
18
23
bool "Marvell eSATA SheevaPlug Reference Board"
24
+ select KIRKWOOD_LEGACY
19
25
help
20
26
Say 'Y' here if you want your kernel to support the
21
27
Marvell eSATA SheevaPlug Reference Board.
22
28
23
29
config MACH_GURUPLUG
24
30
bool "Marvell GuruPlug Reference Board"
31
+ select KIRKWOOD_LEGACY
25
32
help
26
33
Say 'Y' here if you want your kernel to support the
27
34
Marvell GuruPlug Reference Board.
28
35
29
36
config MACH_INETSPACE_V2
30
37
bool "LaCie Internet Space v2 NAS Board"
38
+ select KIRKWOOD_LEGACY
31
39
help
32
40
Say 'Y' here if you want your kernel to support the
33
41
LaCie Internet Space v2 NAS.
34
42
35
43
config MACH_MV88F6281GTW_GE
36
44
bool "Marvell 88F6281 GTW GE Board"
45
+ select KIRKWOOD_LEGACY
37
46
help
38
47
Say 'Y' here if you want your kernel to support the
39
48
Marvell 88F6281 GTW GE Board.
40
49
41
50
config MACH_NET2BIG_V2
42
51
bool "LaCie 2Big Network v2 NAS Board"
52
+ select KIRKWOOD_LEGACY
43
53
help
44
54
Say 'Y' here if you want your kernel to support the
45
55
LaCie 2Big Network v2 NAS.
46
56
47
57
config MACH_NET5BIG_V2
48
58
bool "LaCie 5Big Network v2 NAS Board"
59
+ select KIRKWOOD_LEGACY
49
60
help
50
61
Say 'Y' here if you want your kernel to support the
51
62
LaCie 5Big Network v2 NAS.
52
63
53
64
config MACH_NETSPACE_MAX_V2
54
65
bool "LaCie Network Space Max v2 NAS Board"
66
+ select KIRKWOOD_LEGACY
55
67
help
56
68
Say 'Y' here if you want your kernel to support the
57
69
LaCie Network Space Max v2 NAS.
58
70
59
71
config MACH_NETSPACE_V2
60
72
bool "LaCie Network Space v2 NAS Board"
73
+ select KIRKWOOD_LEGACY
61
74
help
62
75
Say 'Y' here if you want your kernel to support the
63
76
LaCie Network Space v2 NAS.
64
77
65
78
config MACH_OPENRD
79
+ select KIRKWOOD_LEGACY
66
80
bool
67
81
68
82
config MACH_OPENRD_BASE
@@ -88,37 +102,43 @@ config MACH_OPENRD_ULTIMATE
88
102
89
103
config MACH_RD88F6192_NAS
90
104
bool "Marvell RD-88F6192-NAS Reference Board"
105
+ select KIRKWOOD_LEGACY
91
106
help
92
107
Say 'Y' here if you want your kernel to support the
93
108
Marvell RD-88F6192-NAS Reference Board.
94
109
95
110
config MACH_RD88F6281
96
111
bool "Marvell RD-88F6281 Reference Board"
112
+ select KIRKWOOD_LEGACY
97
113
help
98
114
Say 'Y' here if you want your kernel to support the
99
115
Marvell RD-88F6281 Reference Board.
100
116
101
117
config MACH_SHEEVAPLUG
102
118
bool "Marvell SheevaPlug Reference Board"
119
+ select KIRKWOOD_LEGACY
103
120
help
104
121
Say 'Y' here if you want your kernel to support the
105
122
Marvell SheevaPlug Reference Board.
106
123
107
124
config MACH_T5325
108
125
bool "HP t5325 Thin Client"
126
+ select KIRKWOOD_LEGACY
109
127
help
110
128
Say 'Y' here if you want your kernel to support the
111
129
HP t5325 Thin Client.
112
130
113
131
config MACH_TS219
114
132
bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS"
133
+ select KIRKWOOD_LEGACY
115
134
help
116
135
Say 'Y' here if you want your kernel to support the
117
136
QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and
118
137
TS-219P+ Turbo NAS devices.
119
138
120
139
config MACH_TS41X
121
140
bool "QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo NAS"
141
+ select KIRKWOOD_LEGACY
122
142
help
123
143
Say 'Y' here if you want your kernel to support the
124
144
QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo
@@ -129,6 +149,8 @@ comment "Device tree entries"
129
149
config ARCH_KIRKWOOD_DT
130
150
bool "Marvell Kirkwood Flattened Device Tree"
131
151
select KIRKWOOD_CLK
152
+ select ORION_IRQCHIP
153
+ select ORION_TIMER
132
154
select POWER_SUPPLY
133
155
select POWER_RESET
134
156
select POWER_RESET_GPIO
0 commit comments