]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-orion5x/Kconfig
[ARM] Orion: add RD88F6183AP-GE support
[linux-2.6-omap-h63xx.git] / arch / arm / mach-orion5x / Kconfig
1 if ARCH_ORION5X
2
3 menu "Orion Implementations"
4
5 config MACH_DB88F5281
6         bool "Marvell Orion-2 Development Board"
7         select I2C_BOARDINFO
8         help
9           Say 'Y' here if you want your kernel to support the
10           Marvell Orion-2 (88F5281) Development Board
11
12 config MACH_RD88F5182
13         bool "Marvell Orion-NAS Reference Design"
14         select I2C_BOARDINFO
15         help
16           Say 'Y' here if you want your kernel to support the
17           Marvell Orion-NAS (88F5182) RD2
18
19 config MACH_KUROBOX_PRO
20         bool "KuroBox Pro"
21         select I2C_BOARDINFO
22         help
23           Say 'Y' here if you want your kernel to support the
24           KuroBox Pro platform.
25
26 config MACH_DNS323
27         bool "D-Link DNS-323"
28         select I2C_BOARDINFO
29         help
30           Say 'Y' here if you want your kernel to support the
31           D-Link DNS-323 platform.
32
33 config MACH_TS209
34         bool "QNAP TS-109/TS-209"
35         help
36           Say 'Y' here if you want your kernel to support the
37           QNAP TS-109/TS-209 platform.
38
39 config MACH_TERASTATION_PRO2
40         bool "Buffalo Terastation Pro II/Live"
41         help
42           Say 'Y' here if you want your kernel to support the
43           Buffalo Terastation Pro II/Live platform.
44
45 config MACH_LINKSTATION_PRO
46         bool "Buffalo Linkstation Pro/Live"
47         select I2C_BOARDINFO
48         help
49           Say 'Y' here if you want your kernel to support the
50           Buffalo Linkstation Pro/Live platform. Both v1 and
51           v2 devices are supported.
52
53 config MACH_TS409
54         bool "QNAP TS-409"
55         help
56           Say 'Y' here if you want your kernel to support the
57           QNAP TS-409 platform.
58
59 config MACH_WRT350N_V2
60         bool "Linksys WRT350N v2"
61         help
62           Say 'Y' here if you want your kernel to support the
63           Linksys WRT350N v2 platform.
64
65 config MACH_TS78XX
66         bool "Technologic Systems TS-78xx"
67         help
68           Say 'Y' here if you want your kernel to support the
69           Technologic Systems TS-78xx platform.
70
71 config MACH_MV2120
72         bool "HP Media Vault mv2120"
73         help
74           Say 'Y' here if you want your kernel to support the
75           HP Media Vault mv2120 or mv5100.
76
77 config MACH_EDMINI_V2
78         bool "LaCie Ethernet Disk mini V2"
79         select I2C_BOARDINFO
80         help
81           Say 'Y' here if you want your kernel to support the
82           LaCie Ethernet Disk mini V2.
83
84 config MACH_MSS2
85         bool "Maxtor Shared Storage II"
86         help
87           Say 'Y' here if you want your kernel to support the
88           Maxtor Shared Storage II platform.
89
90 config MACH_WNR854T
91         bool "Netgear WNR854T"
92         help
93           Say 'Y' here if you want your kernel to support the
94           Netgear WNR854T platform.
95
96 config MACH_RD88F5181L_GE
97         bool "Marvell Orion-VoIP GE Reference Design"
98         help
99           Say 'Y' here if you want your kernel to support the
100           Marvell Orion-VoIP GE (88F5181L) RD.
101
102 config MACH_RD88F5181L_FXO
103         bool "Marvell Orion-VoIP FXO Reference Design"
104         help
105           Say 'Y' here if you want your kernel to support the
106           Marvell Orion-VoIP FXO (88F5181L) RD.
107
108 config MACH_RD88F6183AP_GE
109         bool "Marvell Orion-1-90 AP GE Reference Design"
110         help
111           Say 'Y' here if you want your kernel to support the
112           Marvell Orion-1-90 (88F6183) AP GE RD.
113
114 endmenu
115
116 endif