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