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