Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / arch / arm / mach-orion / Kconfig
blobf536829d9fbf4672e95b462e85be02c8ddfee2d6
1 if ARCH_ORION
3 menu "Orion Implementations"
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
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
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.
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.
33 <<<<<<< HEAD:arch/arm/mach-orion/Kconfig
34 config MACH_WRT350N_V2
35         bool "Linksys WRT350N v2"
36         select I2C_BOARDINFO
37         help
38           Say 'Y' here if you want your kernel to support the
39           Linksys WRT350N v2 platform.
41 =======
42 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:arch/arm/mach-orion/Kconfig
43 config MACH_TS209
44         bool "QNAP TS-109/TS-209"
45         help
46           Say 'Y' here if you want your kernel to support the
47           QNAP TS-109/TS-209 platform.
49 endmenu
51 endif