]> git.karo-electronics.de Git - mv-sheeva.git/blob - arch/arm/mach-kirkwood/Kconfig
90ceab761929e7839c3968e9e7403c1c56dc7710
[mv-sheeva.git] / arch / arm / mach-kirkwood / Kconfig
1 if ARCH_KIRKWOOD
2
3 menu "Marvell Kirkwood Implementations"
4
5 config MACH_DB88F6281_BP
6         bool "Marvell DB-88F6281-BP Development Board"
7         help
8           Say 'Y' here if you want your kernel to support the
9           Marvell DB-88F6281-BP Development Board.
10
11 config MACH_RD88F6192_NAS
12         bool "Marvell RD-88F6192-NAS Reference Board"
13         help
14           Say 'Y' here if you want your kernel to support the
15           Marvell RD-88F6192-NAS Reference Board.
16
17 config MACH_RD88F6281
18         bool "Marvell RD-88F6281 Reference Board"
19         help
20           Say 'Y' here if you want your kernel to support the
21           Marvell RD-88F6281 Reference Board.
22
23 config MACH_MV88F6281GTW_GE
24         bool "Marvell 88F6281 GTW GE Board"
25         help
26           Say 'Y' here if you want your kernel to support the
27           Marvell 88F6281 GTW GE Board.
28
29 config MACH_SHEEVAPLUG
30         bool "Marvell SheevaPlug Reference Board"
31         help
32           Say 'Y' here if you want your kernel to support the
33           Marvell SheevaPlug Reference Board.
34
35 config MACH_ESATA_SHEEVAPLUG
36         bool "Marvell eSATA SheevaPlug Reference Board"
37         help
38           Say 'Y' here if you want your kernel to support the
39           Marvell eSATA SheevaPlug Reference Board.
40
41 config MACH_GURUPLUG
42         bool "Marvell GuruPlug Reference Board"
43         help
44           Say 'Y' here if you want your kernel to support the
45           Marvell GuruPlug Reference Board.
46
47 config ARCH_KIRKWOOD_DT
48         bool "Marvell Kirkwood Flattened Device Tree"
49         select USE_OF
50         help
51           Say 'Y' here if you want your kernel to support the
52           Marvell Kirkwood using flattened device tree.
53
54 config MACH_DREAMPLUG_DT
55         bool "Marvell DreamPlug (Flattened Device Tree)"
56         select ARCH_KIRKWOOD_DT
57         help
58           Say 'Y' here if you want your kernel to support the
59           Marvell DreamPlug (Flattened Device Tree).
60
61 config MACH_TS219
62         bool "QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and TS-219P+ Turbo NAS"
63         help
64           Say 'Y' here if you want your kernel to support the
65           QNAP TS-110, TS-119, TS-119P+, TS-210, TS-219, TS-219P and
66           TS-219P+ Turbo NAS devices.
67
68 config MACH_TS41X
69         bool "QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo NAS"
70         help
71           Say 'Y' here if you want your kernel to support the
72           QNAP TS-410, TS-410U, TS-419P, TS-419P+ and TS-419U Turbo
73           NAS devices.
74
75 config MACH_DOCKSTAR
76         bool "Seagate FreeAgent DockStar"
77         help
78           Say 'Y' here if you want your kernel to support the
79           Seagate FreeAgent DockStar.
80
81 config MACH_OPENRD
82         bool
83
84 config MACH_OPENRD_BASE
85         bool "Marvell OpenRD Base Board"
86         select MACH_OPENRD
87         help
88           Say 'Y' here if you want your kernel to support the
89           Marvell OpenRD Base Board.
90
91 config MACH_OPENRD_CLIENT
92         bool "Marvell OpenRD Client Board"
93         select MACH_OPENRD
94         help
95           Say 'Y' here if you want your kernel to support the
96           Marvell OpenRD Client Board.
97
98 config MACH_OPENRD_ULTIMATE
99         bool "Marvell OpenRD Ultimate Board"
100         select MACH_OPENRD
101         help
102           Say 'Y' here if you want your kernel to support the
103           Marvell OpenRD Ultimate Board.
104
105 config MACH_NETSPACE_V2
106         bool "LaCie Network Space v2 NAS Board"
107         help
108           Say 'Y' here if you want your kernel to support the
109           LaCie Network Space v2 NAS.
110
111 config MACH_INETSPACE_V2
112         bool "LaCie Internet Space v2 NAS Board"
113         help
114           Say 'Y' here if you want your kernel to support the
115           LaCie Internet Space v2 NAS.
116
117 config MACH_NETSPACE_MAX_V2
118         bool "LaCie Network Space Max v2 NAS Board"
119         help
120           Say 'Y' here if you want your kernel to support the
121           LaCie Network Space Max v2 NAS.
122
123 config MACH_D2NET_V2
124         bool "LaCie d2 Network v2 NAS Board"
125         help
126           Say 'Y' here if you want your kernel to support the
127           LaCie d2 Network v2 NAS.
128
129 config MACH_NET2BIG_V2
130         bool "LaCie 2Big Network v2 NAS Board"
131         help
132           Say 'Y' here if you want your kernel to support the
133           LaCie 2Big Network v2 NAS.
134
135 config MACH_NET5BIG_V2
136         bool "LaCie 5Big Network v2 NAS Board"
137         help
138           Say 'Y' here if you want your kernel to support the
139           LaCie 5Big Network v2 NAS.
140
141 config MACH_T5325
142         bool "HP t5325 Thin Client"
143         help
144           Say 'Y' here if you want your kernel to support the
145           HP t5325 Thin Client.
146
147 endmenu
148
149 endif