1if ARCH_ORION5X 2 3menu "Orion Implementations" 4 5config ARCH_ORION5X_DT 6 bool "Marvell Orion5x Flattened Device Tree" 7 select USE_OF 8 help 9 Say 'Y' here if you want your kernel to support the 10 Marvell Orion5x using flattened device tree. 11 12config MACH_DB88F5281 13 bool "Marvell Orion-2 Development Board" 14 select I2C_BOARDINFO 15 help 16 Say 'Y' here if you want your kernel to support the 17 Marvell Orion-2 (88F5281) Development Board 18 19config MACH_RD88F5182 20 bool "Marvell Orion-NAS Reference Design" 21 select I2C_BOARDINFO 22 help 23 Say 'Y' here if you want your kernel to support the 24 Marvell Orion-NAS (88F5182) RD2 25 26config MACH_KUROBOX_PRO 27 bool "KuroBox Pro" 28 select I2C_BOARDINFO 29 help 30 Say 'Y' here if you want your kernel to support the 31 KuroBox Pro platform. 32 33config MACH_DNS323 34 bool "D-Link DNS-323" 35 select I2C_BOARDINFO 36 help 37 Say 'Y' here if you want your kernel to support the 38 D-Link DNS-323 platform. 39 40config MACH_TS209 41 bool "QNAP TS-109/TS-209" 42 help 43 Say 'Y' here if you want your kernel to support the 44 QNAP TS-109/TS-209 platform. 45 46config MACH_TERASTATION_PRO2 47 bool "Buffalo Terastation Pro II/Live" 48 help 49 Say 'Y' here if you want your kernel to support the 50 Buffalo Terastation Pro II/Live platform. 51 52config MACH_LINKSTATION_PRO 53 bool "Buffalo Linkstation Pro/Live" 54 select I2C_BOARDINFO 55 help 56 Say 'Y' here if you want your kernel to support the 57 Buffalo Linkstation Pro/Live platform. Both v1 and 58 v2 devices are supported. 59 60config MACH_LINKSTATION_LSCHL 61 bool "Buffalo Linkstation Live v3 (LS-CHL)" 62 select I2C_BOARDINFO 63 help 64 Say 'Y' here if you want your kernel to support the 65 Buffalo Linkstation Live v3 (LS-CHL) platform. 66 67config MACH_LINKSTATION_MINI 68 bool "Buffalo Linkstation Mini" 69 select I2C_BOARDINFO 70 help 71 Say 'Y' here if you want your kernel to support the 72 Buffalo Linkstation Mini platform. 73 74config MACH_LINKSTATION_LS_HGL 75 bool "Buffalo Linkstation LS-HGL" 76 select I2C_BOARDINFO 77 help 78 Say 'Y' here if you want your kernel to support the 79 Buffalo Linkstation LS-HGL platform. 80 81config MACH_TS409 82 bool "QNAP TS-409" 83 help 84 Say 'Y' here if you want your kernel to support the 85 QNAP TS-409 platform. 86 87config MACH_WRT350N_V2 88 bool "Linksys WRT350N v2" 89 help 90 Say 'Y' here if you want your kernel to support the 91 Linksys WRT350N v2 platform. 92 93config MACH_TS78XX 94 bool "Technologic Systems TS-78xx" 95 help 96 Say 'Y' here if you want your kernel to support the 97 Technologic Systems TS-78xx platform. 98 99config MACH_MV2120 100 bool "HP Media Vault mv2120" 101 help 102 Say 'Y' here if you want your kernel to support the 103 HP Media Vault mv2120 or mv5100. 104 105config MACH_EDMINI_V2_DT 106 bool "LaCie Ethernet Disk mini V2 (Flattened Device Tree)" 107 select I2C_BOARDINFO 108 select ARCH_ORION5X_DT 109 help 110 Say 'Y' here if you want your kernel to support the 111 LaCie Ethernet Disk mini V2 (Flattened Device Tree). 112 113config MACH_D2NET 114 bool "LaCie d2 Network" 115 select I2C_BOARDINFO 116 help 117 Say 'Y' here if you want your kernel to support the 118 LaCie d2 Network NAS. 119 120config MACH_BIGDISK 121 bool "LaCie Big Disk Network" 122 select I2C_BOARDINFO 123 help 124 Say 'Y' here if you want your kernel to support the 125 LaCie Big Disk Network NAS. 126 127config MACH_NET2BIG 128 bool "LaCie 2Big Network" 129 select I2C_BOARDINFO 130 help 131 Say 'Y' here if you want your kernel to support the 132 LaCie 2Big Network NAS. 133 134config MACH_MSS2 135 bool "Maxtor Shared Storage II" 136 help 137 Say 'Y' here if you want your kernel to support the 138 Maxtor Shared Storage II platform. 139 140config MACH_WNR854T 141 bool "Netgear WNR854T" 142 help 143 Say 'Y' here if you want your kernel to support the 144 Netgear WNR854T platform. 145 146config MACH_RD88F5181L_GE 147 bool "Marvell Orion-VoIP GE Reference Design" 148 help 149 Say 'Y' here if you want your kernel to support the 150 Marvell Orion-VoIP GE (88F5181L) RD. 151 152config MACH_RD88F5181L_FXO 153 bool "Marvell Orion-VoIP FXO Reference Design" 154 help 155 Say 'Y' here if you want your kernel to support the 156 Marvell Orion-VoIP FXO (88F5181L) RD. 157 158config MACH_RD88F6183AP_GE 159 bool "Marvell Orion-1-90 AP GE Reference Design" 160 help 161 Say 'Y' here if you want your kernel to support the 162 Marvell Orion-1-90 (88F6183) AP GE RD. 163 164endmenu 165 166endif 167