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