Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[pandora-kernel.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         select PHYLIB
30         help
31           Say 'Y' here if you want your kernel to support the
32           D-Link DNS-323 platform.
33
34 config MACH_TS209
35         bool "QNAP TS-109/TS-209"
36         help
37           Say 'Y' here if you want your kernel to support the
38           QNAP TS-109/TS-209 platform.
39
40 config MACH_TERASTATION_PRO2
41         bool "Buffalo Terastation Pro II/Live"
42         help
43           Say 'Y' here if you want your kernel to support the
44           Buffalo Terastation Pro II/Live platform.
45
46 config MACH_LINKSTATION_PRO
47         bool "Buffalo Linkstation Pro/Live"
48         select I2C_BOARDINFO
49         help
50           Say 'Y' here if you want your kernel to support the
51           Buffalo Linkstation Pro/Live platform. Both v1 and
52           v2 devices are supported.
53
54 config MACH_LINKSTATION_MINI
55         bool "Buffalo Linkstation Mini"
56         select I2C_BOARDINFO
57         help
58           Say 'Y' here if you want your kernel to support the
59           Buffalo Linkstation Mini platform.
60
61 config MACH_LINKSTATION_LS_HGL
62         bool "Buffalo Linkstation LS-HGL"
63         select I2C_BOARDINFO
64         help
65           Say 'Y' here if you want your kernel to support the
66           Buffalo Linkstation LS-HGL platform.
67
68 config MACH_TS409
69         bool "QNAP TS-409"
70         help
71           Say 'Y' here if you want your kernel to support the
72           QNAP TS-409 platform.
73
74 config MACH_WRT350N_V2
75         bool "Linksys WRT350N v2"
76         help
77           Say 'Y' here if you want your kernel to support the
78           Linksys WRT350N v2 platform.
79
80 config MACH_TS78XX
81         bool "Technologic Systems TS-78xx"
82         select PM
83         help
84           Say 'Y' here if you want your kernel to support the
85           Technologic Systems TS-78xx platform.
86
87 config MACH_MV2120
88         bool "HP Media Vault mv2120"
89         help
90           Say 'Y' here if you want your kernel to support the
91           HP Media Vault mv2120 or mv5100.
92
93 config MACH_EDMINI_V2
94         bool "LaCie Ethernet Disk mini V2"
95         select I2C_BOARDINFO
96         help
97           Say 'Y' here if you want your kernel to support the
98           LaCie Ethernet Disk mini V2.
99
100 config MACH_D2NET
101         bool "LaCie d2 Network"
102         select I2C_BOARDINFO
103         help
104           Say 'Y' here if you want your kernel to support the
105           LaCie d2 Network NAS.
106
107 config MACH_BIGDISK
108         bool "LaCie Big Disk Network"
109         select I2C_BOARDINFO
110         help
111           Say 'Y' here if you want your kernel to support the
112           LaCie Big Disk Network NAS.
113
114 config MACH_NET2BIG
115         bool "LaCie 2Big Network"
116         select I2C_BOARDINFO
117         help
118           Say 'Y' here if you want your kernel to support the
119           LaCie 2Big Network NAS.
120
121 config MACH_MSS2
122         bool "Maxtor Shared Storage II"
123         help
124           Say 'Y' here if you want your kernel to support the
125           Maxtor Shared Storage II platform.
126
127 config MACH_WNR854T
128         bool "Netgear WNR854T"
129         help
130           Say 'Y' here if you want your kernel to support the
131           Netgear WNR854T platform.
132
133 config MACH_RD88F5181L_GE
134         bool "Marvell Orion-VoIP GE Reference Design"
135         help
136           Say 'Y' here if you want your kernel to support the
137           Marvell Orion-VoIP GE (88F5181L) RD.
138
139 config MACH_RD88F5181L_FXO
140         bool "Marvell Orion-VoIP FXO Reference Design"
141         help
142           Say 'Y' here if you want your kernel to support the
143           Marvell Orion-VoIP FXO (88F5181L) RD.
144
145 config MACH_RD88F6183AP_GE
146         bool "Marvell Orion-1-90 AP GE Reference Design"
147         help
148           Say 'Y' here if you want your kernel to support the
149           Marvell Orion-1-90 (88F6183) AP GE RD.
150
151 endmenu
152
153 endif