1if ARCH_ORION5X 2 3menu "Orion Implementations" 4 5config 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 12config 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 19config 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 26config 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 33config 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 39config 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 45config 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 53config MACH_LINKSTATION_MINI 54 bool "Buffalo Linkstation Mini" 55 select I2C_BOARDINFO 56 help 57 Say 'Y' here if you want your kernel to support the 58 Buffalo Linkstation Mini platform. 59 60config MACH_TS409 61 bool "QNAP TS-409" 62 help 63 Say 'Y' here if you want your kernel to support the 64 QNAP TS-409 platform. 65 66config MACH_WRT350N_V2 67 bool "Linksys WRT350N v2" 68 help 69 Say 'Y' here if you want your kernel to support the 70 Linksys WRT350N v2 platform. 71 72config MACH_TS78XX 73 bool "Technologic Systems TS-78xx" 74 select PM 75 help 76 Say 'Y' here if you want your kernel to support the 77 Technologic Systems TS-78xx platform. 78 79config MACH_MV2120 80 bool "HP Media Vault mv2120" 81 help 82 Say 'Y' here if you want your kernel to support the 83 HP Media Vault mv2120 or mv5100. 84 85config MACH_EDMINI_V2 86 bool "LaCie Ethernet Disk mini V2" 87 select I2C_BOARDINFO 88 help 89 Say 'Y' here if you want your kernel to support the 90 LaCie Ethernet Disk mini V2. 91 92config MACH_D2NET 93 bool "LaCie d2 Network" 94 select I2C_BOARDINFO 95 help 96 Say 'Y' here if you want your kernel to support the 97 LaCie d2 Network NAS. 98 99config MACH_BIGDISK 100 bool "LaCie Big Disk Network" 101 select I2C_BOARDINFO 102 help 103 Say 'Y' here if you want your kernel to support the 104 LaCie Big Disk Network NAS. 105 106config MACH_NET2BIG 107 bool "LaCie 2Big Network" 108 select I2C_BOARDINFO 109 help 110 Say 'Y' here if you want your kernel to support the 111 LaCie 2Big Network NAS. 112 113config MACH_MSS2 114 bool "Maxtor Shared Storage II" 115 help 116 Say 'Y' here if you want your kernel to support the 117 Maxtor Shared Storage II platform. 118 119config MACH_WNR854T 120 bool "Netgear WNR854T" 121 help 122 Say 'Y' here if you want your kernel to support the 123 Netgear WNR854T platform. 124 125config MACH_RD88F5181L_GE 126 bool "Marvell Orion-VoIP GE Reference Design" 127 help 128 Say 'Y' here if you want your kernel to support the 129 Marvell Orion-VoIP GE (88F5181L) RD. 130 131config MACH_RD88F5181L_FXO 132 bool "Marvell Orion-VoIP FXO Reference Design" 133 help 134 Say 'Y' here if you want your kernel to support the 135 Marvell Orion-VoIP FXO (88F5181L) RD. 136 137config MACH_RD88F6183AP_GE 138 bool "Marvell Orion-1-90 AP GE Reference Design" 139 help 140 Say 'Y' here if you want your kernel to support the 141 Marvell Orion-1-90 (88F6183) AP GE RD. 142 143endmenu 144 145endif 146