Arnd Bergmann | 63cddd2 | 2015-12-02 22:27:09 +0100 | [diff] [blame] | 1 | menuconfig ARCH_ORION5X |
| 2 | bool "Marvell Orion" |
| 3 | depends on MMU && ARCH_MULTI_V5 |
Arnd Bergmann | 63cddd2 | 2015-12-02 22:27:09 +0100 | [diff] [blame] | 4 | select CPU_FEROCEON |
| 5 | select GENERIC_CLOCKEVENTS |
Linus Walleij | 5c34a4e | 2016-06-02 14:10:16 +0200 | [diff] [blame] | 6 | select GPIOLIB |
Arnd Bergmann | 63cddd2 | 2015-12-02 22:27:09 +0100 | [diff] [blame] | 7 | select MVEBU_MBUS |
| 8 | select PCI |
| 9 | select PLAT_ORION_LEGACY |
| 10 | help |
| 11 | Support for the following Marvell Orion 5x series SoCs: |
| 12 | Orion-1 (5181), Orion-VoIP (5181L), Orion-NAS (5182), |
| 13 | Orion-2 (5281), Orion-1-90 (6183). |
Tzachi Perelstein | 585cf17 | 2007-10-23 15:14:41 -0400 | [diff] [blame] | 14 | |
Arnd Bergmann | 63cddd2 | 2015-12-02 22:27:09 +0100 | [diff] [blame] | 15 | if ARCH_ORION5X |
Tzachi Perelstein | 585cf17 | 2007-10-23 15:14:41 -0400 | [diff] [blame] | 16 | |
Thomas Petazzoni | 1bffb4a | 2012-11-16 16:39:45 +0100 | [diff] [blame] | 17 | config ARCH_ORION5X_DT |
| 18 | bool "Marvell Orion5x Flattened Device Tree" |
| 19 | select USE_OF |
Thomas Petazzoni | 98d4db2 | 2014-04-22 23:26:24 +0200 | [diff] [blame] | 20 | select ORION_CLK |
Thomas Petazzoni | ab5ab9d | 2014-04-22 23:26:27 +0200 | [diff] [blame] | 21 | select ORION_IRQCHIP |
| 22 | select ORION_TIMER |
Thomas Petazzoni | 4e7bb11 | 2014-04-22 23:26:28 +0200 | [diff] [blame] | 23 | select PINCTRL |
| 24 | select PINCTRL_ORION |
Thomas Petazzoni | 1bffb4a | 2012-11-16 16:39:45 +0100 | [diff] [blame] | 25 | help |
| 26 | Say 'Y' here if you want your kernel to support the |
| 27 | Marvell Orion5x using flattened device tree. |
| 28 | |
Tzachi Perelstein | e448b12 | 2007-10-23 15:14:42 -0400 | [diff] [blame] | 29 | config MACH_DB88F5281 |
| 30 | bool "Marvell Orion-2 Development Board" |
Arnd Bergmann | 993e221 | 2016-02-23 15:06:37 +0100 | [diff] [blame] | 31 | select I2C_BOARDINFO if I2C |
Tzachi Perelstein | e448b12 | 2007-10-23 15:14:42 -0400 | [diff] [blame] | 32 | help |
| 33 | Say 'Y' here if you want your kernel to support the |
| 34 | Marvell Orion-2 (88F5281) Development Board |
| 35 | |
Ronen Shitrit | 817eb21 | 2007-10-17 14:51:34 -0400 | [diff] [blame] | 36 | config MACH_RD88F5182 |
| 37 | bool "Marvell Orion-NAS Reference Design" |
Arnd Bergmann | 993e221 | 2016-02-23 15:06:37 +0100 | [diff] [blame] | 38 | select I2C_BOARDINFO if I2C |
Ronen Shitrit | 817eb21 | 2007-10-17 14:51:34 -0400 | [diff] [blame] | 39 | help |
| 40 | Say 'Y' here if you want your kernel to support the |
| 41 | Marvell Orion-NAS (88F5182) RD2 |
| 42 | |
Thomas Petazzoni | 065194a | 2014-04-22 23:26:38 +0200 | [diff] [blame] | 43 | config MACH_RD88F5182_DT |
| 44 | bool "Marvell Orion-NAS Reference Design (Flattened Device Tree)" |
| 45 | select ARCH_ORION5X_DT |
Arnd Bergmann | 993e221 | 2016-02-23 15:06:37 +0100 | [diff] [blame] | 46 | select I2C_BOARDINFO if I2C |
Thomas Petazzoni | 065194a | 2014-04-22 23:26:38 +0200 | [diff] [blame] | 47 | help |
| 48 | Say 'Y' here if you want your kernel to support the Marvell |
| 49 | Orion-NAS (88F5182) RD2, Flattened Device Tree. |
| 50 | |
Ronen Shitrit | 1e78045 | 2007-10-23 15:14:42 -0400 | [diff] [blame] | 51 | config MACH_KUROBOX_PRO |
| 52 | bool "KuroBox Pro" |
Arnd Bergmann | 993e221 | 2016-02-23 15:06:37 +0100 | [diff] [blame] | 53 | select I2C_BOARDINFO if I2C |
Ronen Shitrit | 1e78045 | 2007-10-23 15:14:42 -0400 | [diff] [blame] | 54 | help |
| 55 | Say 'Y' here if you want your kernel to support the |
| 56 | KuroBox Pro platform. |
| 57 | |
Herbert Valerio Riedel | 555a365 | 2007-11-12 09:05:55 +0100 | [diff] [blame] | 58 | config MACH_DNS323 |
| 59 | bool "D-Link DNS-323" |
Arnd Bergmann | 993e221 | 2016-02-23 15:06:37 +0100 | [diff] [blame] | 60 | select I2C_BOARDINFO if I2C |
Herbert Valerio Riedel | 555a365 | 2007-11-12 09:05:55 +0100 | [diff] [blame] | 61 | help |
| 62 | Say 'Y' here if you want your kernel to support the |
| 63 | D-Link DNS-323 platform. |
| 64 | |
Byron Bradley | 3faf2ee | 2007-12-15 20:05:49 +0000 | [diff] [blame] | 65 | config MACH_TS209 |
| 66 | bool "QNAP TS-109/TS-209" |
| 67 | help |
| 68 | Say 'Y' here if you want your kernel to support the |
| 69 | QNAP TS-109/TS-209 platform. |
| 70 | |
Sylver Bruneau | 104ea07 | 2008-08-28 22:18:54 +0200 | [diff] [blame] | 71 | config MACH_TERASTATION_PRO2 |
| 72 | bool "Buffalo Terastation Pro II/Live" |
| 73 | help |
| 74 | Say 'Y' here if you want your kernel to support the |
| 75 | Buffalo Terastation Pro II/Live platform. |
| 76 | |
Byron Bradley | 8754925 | 2008-04-09 21:50:16 +0100 | [diff] [blame] | 77 | config MACH_LINKSTATION_PRO |
| 78 | bool "Buffalo Linkstation Pro/Live" |
Arnd Bergmann | 993e221 | 2016-02-23 15:06:37 +0100 | [diff] [blame] | 79 | select I2C_BOARDINFO if I2C |
Byron Bradley | 8754925 | 2008-04-09 21:50:16 +0100 | [diff] [blame] | 80 | help |
| 81 | Say 'Y' here if you want your kernel to support the |
| 82 | Buffalo Linkstation Pro/Live platform. Both v1 and |
| 83 | v2 devices are supported. |
| 84 | |
Ash Hughes | 4bba1c3 | 2010-11-30 21:53:09 +0000 | [diff] [blame] | 85 | config MACH_LINKSTATION_LSCHL |
| 86 | bool "Buffalo Linkstation Live v3 (LS-CHL)" |
Arnd Bergmann | 993e221 | 2016-02-23 15:06:37 +0100 | [diff] [blame] | 87 | select I2C_BOARDINFO if I2C |
Ash Hughes | 4bba1c3 | 2010-11-30 21:53:09 +0000 | [diff] [blame] | 88 | help |
| 89 | Say 'Y' here if you want your kernel to support the |
| 90 | Buffalo Linkstation Live v3 (LS-CHL) platform. |
| 91 | |
Alexey Kopytko | 7b0a26f | 2008-09-25 22:47:30 +0900 | [diff] [blame] | 92 | config MACH_LINKSTATION_MINI |
Benjamin Cama | 15979ae | 2015-08-06 18:29:52 +0200 | [diff] [blame] | 93 | bool "Buffalo Linkstation Mini (Flattened Device Tree)" |
| 94 | select ARCH_ORION5X_DT |
Alexey Kopytko | 7b0a26f | 2008-09-25 22:47:30 +0900 | [diff] [blame] | 95 | help |
| 96 | Say 'Y' here if you want your kernel to support the |
Benjamin Cama | 15979ae | 2015-08-06 18:29:52 +0200 | [diff] [blame] | 97 | Buffalo Linkstation Mini (LS-WSGL) platform. |
Alexey Kopytko | 7b0a26f | 2008-09-25 22:47:30 +0900 | [diff] [blame] | 98 | |
Zhu Qingsen | 2d18638 | 2010-02-04 19:33:27 -0800 | [diff] [blame] | 99 | config MACH_LINKSTATION_LS_HGL |
| 100 | bool "Buffalo Linkstation LS-HGL" |
Arnd Bergmann | 993e221 | 2016-02-23 15:06:37 +0100 | [diff] [blame] | 101 | select I2C_BOARDINFO if I2C |
Zhu Qingsen | 2d18638 | 2010-02-04 19:33:27 -0800 | [diff] [blame] | 102 | help |
| 103 | Say 'Y' here if you want your kernel to support the |
| 104 | Buffalo Linkstation LS-HGL platform. |
| 105 | |
Sylver Bruneau | 47e9cff | 2008-04-26 02:35:29 +0200 | [diff] [blame] | 106 | config MACH_TS409 |
| 107 | bool "QNAP TS-409" |
| 108 | help |
| 109 | Say 'Y' here if you want your kernel to support the |
| 110 | QNAP TS-409 platform. |
| 111 | |
Lennert Buytenhek | 42452b7 | 2008-05-31 08:19:20 +0200 | [diff] [blame] | 112 | config MACH_WRT350N_V2 |
| 113 | bool "Linksys WRT350N v2" |
| 114 | help |
| 115 | Say 'Y' here if you want your kernel to support the |
| 116 | Linksys WRT350N v2 platform. |
| 117 | |
Alexander Clouter | 7171d86 | 2008-05-31 22:32:37 +0100 | [diff] [blame] | 118 | config MACH_TS78XX |
| 119 | bool "Technologic Systems TS-78xx" |
| 120 | help |
| 121 | Say 'Y' here if you want your kernel to support the |
| 122 | Technologic Systems TS-78xx platform. |
| 123 | |
Martin Michlmayr | b08d5af | 2008-04-06 14:08:17 +0200 | [diff] [blame] | 124 | config MACH_MV2120 |
| 125 | bool "HP Media Vault mv2120" |
| 126 | help |
| 127 | Say 'Y' here if you want your kernel to support the |
| 128 | HP Media Vault mv2120 or mv5100. |
| 129 | |
Thomas Petazzoni | 94b0bd3 | 2014-04-22 23:26:39 +0200 | [diff] [blame] | 130 | config MACH_D2NET_DT |
| 131 | bool "LaCie d2 Network / Big Disk Network (Flattened Device Tree)" |
| 132 | select ARCH_ORION5X_DT |
Simon Guinot | 8f22086 | 2009-06-22 21:45:01 +0200 | [diff] [blame] | 133 | help |
| 134 | Say 'Y' here if you want your kernel to support the |
| 135 | LaCie d2 Network NAS. |
| 136 | |
Simon Guinot | 5478267 | 2009-06-23 13:54:35 +0200 | [diff] [blame] | 137 | config MACH_NET2BIG |
| 138 | bool "LaCie 2Big Network" |
Arnd Bergmann | 993e221 | 2016-02-23 15:06:37 +0100 | [diff] [blame] | 139 | select I2C_BOARDINFO if I2C |
Simon Guinot | 5478267 | 2009-06-23 13:54:35 +0200 | [diff] [blame] | 140 | help |
| 141 | Say 'Y' here if you want your kernel to support the |
| 142 | LaCie 2Big Network NAS. |
| 143 | |
Thomas Petazzoni | fbf04d8 | 2014-04-22 23:26:40 +0200 | [diff] [blame] | 144 | config MACH_MSS2_DT |
| 145 | bool "Maxtor Shared Storage II (Flattened Device Tree)" |
| 146 | select ARCH_ORION5X_DT |
Sylver Bruneau | 7ec753c | 2008-06-10 01:00:38 +0200 | [diff] [blame] | 147 | help |
| 148 | Say 'Y' here if you want your kernel to support the |
| 149 | Maxtor Shared Storage II platform. |
| 150 | |
Imre Kaloz | 2f82097 | 2008-06-26 01:30:41 +0200 | [diff] [blame] | 151 | config MACH_WNR854T |
| 152 | bool "Netgear WNR854T" |
| 153 | help |
| 154 | Say 'Y' here if you want your kernel to support the |
| 155 | Netgear WNR854T platform. |
| 156 | |
Lennert Buytenhek | 70129132 | 2008-06-30 14:25:24 -0400 | [diff] [blame] | 157 | config MACH_RD88F5181L_GE |
| 158 | bool "Marvell Orion-VoIP GE Reference Design" |
| 159 | help |
| 160 | Say 'Y' here if you want your kernel to support the |
| 161 | Marvell Orion-VoIP GE (88F5181L) RD. |
| 162 | |
Nicolas Pitre | 6b5cdf0 | 2008-06-27 18:56:22 -0400 | [diff] [blame] | 163 | config MACH_RD88F5181L_FXO |
| 164 | bool "Marvell Orion-VoIP FXO Reference Design" |
| 165 | help |
| 166 | Say 'Y' here if you want your kernel to support the |
| 167 | Marvell Orion-VoIP FXO (88F5181L) RD. |
| 168 | |
Lennert Buytenhek | 0b0740c | 2008-08-29 06:59:34 +0200 | [diff] [blame] | 169 | config MACH_RD88F6183AP_GE |
| 170 | bool "Marvell Orion-1-90 AP GE Reference Design" |
| 171 | help |
| 172 | Say 'Y' here if you want your kernel to support the |
| 173 | Marvell Orion-1-90 (88F6183) AP GE RD. |
| 174 | |
Tzachi Perelstein | 585cf17 | 2007-10-23 15:14:41 -0400 | [diff] [blame] | 175 | endif |