Merge branch 'topic/jack' into for-linus
[pandora-kernel.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_TS219
42         bool "QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS"
43         help
44           Say 'Y' here if you want your kernel to support the
45           QNAP TS-110, TS-119, TS-210, TS-219 and TS-219P Turbo NAS
46           devices.
47
48 config MACH_TS41X
49         bool "QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS"
50         help
51           Say 'Y' here if you want your kernel to support the
52           QNAP TS-410, TS-410U, TS-419P and TS-419U Turbo NAS
53           devices.
54
55 config MACH_OPENRD
56         bool
57
58 config MACH_OPENRD_BASE
59         bool "Marvell OpenRD Base Board"
60         select MACH_OPENRD
61         help
62           Say 'Y' here if you want your kernel to support the
63           Marvell OpenRD Base Board.
64
65 config MACH_OPENRD_CLIENT
66         bool "Marvell OpenRD Client Board"
67         select MACH_OPENRD
68         help
69           Say 'Y' here if you want your kernel to support the
70           Marvell OpenRD Client Board.
71
72 config MACH_NETSPACE_V2
73         bool "LaCie Network Space v2 NAS Board"
74         help
75           Say 'Y' here if you want your kernel to support the
76           LaCie Network Space v2 NAS.
77
78 config MACH_INETSPACE_V2
79         bool "LaCie Internet Space v2 NAS Board"
80         help
81           Say 'Y' here if you want your kernel to support the
82           LaCie Internet Space v2 NAS.
83
84 endmenu
85
86 endif