| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | if ARCH_IXP4XX |
|---|
| 2 | 3 | |
|---|
| 3 | 4 | menu "Intel IXP4xx Implementation Options" |
|---|
| 4 | 5 | |
|---|
| 5 | 6 | comment "IXP4xx Platforms" |
|---|
| 6 | 7 | |
|---|
| 8 | +config MACH_IXP4XX_OF |
|---|
| 9 | + bool |
|---|
| 10 | + prompt "Devce Tree IXP4xx boards" |
|---|
| 11 | + default y |
|---|
| 12 | + select ARM_APPENDED_DTB # Old Redboot bootloaders deployed |
|---|
| 13 | + select I2C |
|---|
| 14 | + select I2C_IOP3XX |
|---|
| 15 | + select PCI |
|---|
| 16 | + select USE_OF |
|---|
| 17 | + help |
|---|
| 18 | + Say 'Y' here to support Device Tree-based IXP4xx platforms. |
|---|
| 19 | + |
|---|
| 7 | 20 | config MACH_NSLU2 |
|---|
| 8 | 21 | bool |
|---|
| 9 | 22 | prompt "Linksys NSLU2" |
|---|
| 10 | | - select PCI |
|---|
| 23 | + select FORCE_PCI |
|---|
| 11 | 24 | help |
|---|
| 12 | 25 | Say 'Y' here if you want your kernel to support Linksys's |
|---|
| 13 | 26 | NSLU2 NAS device. For more information on this platform, |
|---|
| .. | .. |
|---|
| 15 | 28 | |
|---|
| 16 | 29 | config MACH_AVILA |
|---|
| 17 | 30 | bool "Avila" |
|---|
| 18 | | - select PCI |
|---|
| 31 | + select FORCE_PCI |
|---|
| 19 | 32 | help |
|---|
| 20 | 33 | Say 'Y' here if you want your kernel to support the Gateworks |
|---|
| 21 | 34 | Avila Network Platform. For more information on this platform, |
|---|
| 22 | | - see <file:Documentation/arm/IXP4xx>. |
|---|
| 35 | + see <file:Documentation/arm/ixp4xx.rst>. |
|---|
| 23 | 36 | |
|---|
| 24 | 37 | config MACH_LOFT |
|---|
| 25 | 38 | bool "Loft" |
|---|
| .. | .. |
|---|
| 31 | 44 | |
|---|
| 32 | 45 | config ARCH_ADI_COYOTE |
|---|
| 33 | 46 | bool "Coyote" |
|---|
| 34 | | - select PCI |
|---|
| 47 | + select FORCE_PCI |
|---|
| 35 | 48 | help |
|---|
| 36 | 49 | Say 'Y' here if you want your kernel to support the ADI |
|---|
| 37 | 50 | Engineering Coyote Gateway Reference Platform. For more |
|---|
| 38 | | - information on this platform, see <file:Documentation/arm/IXP4xx>. |
|---|
| 51 | + information on this platform, see <file:Documentation/arm/ixp4xx.rst>. |
|---|
| 39 | 52 | |
|---|
| 40 | 53 | config MACH_GATEWAY7001 |
|---|
| 41 | 54 | bool "Gateway 7001" |
|---|
| 42 | | - select PCI |
|---|
| 55 | + select FORCE_PCI |
|---|
| 43 | 56 | help |
|---|
| 44 | 57 | Say 'Y' here if you want your kernel to support Gateway's |
|---|
| 45 | 58 | 7001 Access Point. For more information on this platform, |
|---|
| .. | .. |
|---|
| 47 | 60 | |
|---|
| 48 | 61 | config MACH_WG302V2 |
|---|
| 49 | 62 | bool "Netgear WG302 v2 / WAG302 v2" |
|---|
| 50 | | - select PCI |
|---|
| 63 | + select FORCE_PCI |
|---|
| 51 | 64 | help |
|---|
| 52 | 65 | Say 'Y' here if you want your kernel to support Netgear's |
|---|
| 53 | 66 | WG302 v2 or WAG302 v2 Access Points. For more information |
|---|
| .. | .. |
|---|
| 58 | 71 | help |
|---|
| 59 | 72 | Say 'Y' here if you want your kernel to support Intel's |
|---|
| 60 | 73 | IXDP425 Development Platform (Also known as Richfield). |
|---|
| 61 | | - For more information on this platform, see <file:Documentation/arm/IXP4xx>. |
|---|
| 74 | + For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. |
|---|
| 62 | 75 | |
|---|
| 63 | 76 | config MACH_IXDPG425 |
|---|
| 64 | 77 | bool "IXDPG425" |
|---|
| 65 | 78 | help |
|---|
| 66 | 79 | Say 'Y' here if you want your kernel to support Intel's |
|---|
| 67 | 80 | IXDPG425 Development Platform (Also known as Montajade). |
|---|
| 68 | | - For more information on this platform, see <file:Documentation/arm/IXP4xx>. |
|---|
| 81 | + For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. |
|---|
| 69 | 82 | |
|---|
| 70 | 83 | config MACH_IXDP465 |
|---|
| 71 | 84 | bool "IXDP465" |
|---|
| 72 | 85 | help |
|---|
| 73 | 86 | Say 'Y' here if you want your kernel to support Intel's |
|---|
| 74 | 87 | IXDP465 Development Platform (Also known as BMP). |
|---|
| 75 | | - For more information on this platform, see <file:Documentation/arm/IXP4xx>. |
|---|
| 88 | + For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. |
|---|
| 76 | 89 | |
|---|
| 77 | 90 | config MACH_GORAMO_MLR |
|---|
| 78 | 91 | bool "GORAMO Multi Link Router" |
|---|
| .. | .. |
|---|
| 85 | 98 | help |
|---|
| 86 | 99 | Say 'Y' here if you want your kernel to support Intel's |
|---|
| 87 | 100 | KIXRP435 Reference Platform. |
|---|
| 88 | | - For more information on this platform, see <file:Documentation/arm/IXP4xx>. |
|---|
| 101 | + For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. |
|---|
| 89 | 102 | |
|---|
| 90 | 103 | # |
|---|
| 91 | 104 | # IXCDP1100 is the exact same HW as IXDP425, but with a different machine |
|---|
| .. | .. |
|---|
| 102 | 115 | help |
|---|
| 103 | 116 | Say 'Y' here if you want your kernel to support the Motorola |
|---|
| 104 | 117 | PrPCM1100 Processor Mezanine Module. For more information on |
|---|
| 105 | | - this platform, see <file:Documentation/arm/IXP4xx>. |
|---|
| 118 | + this platform, see <file:Documentation/arm/ixp4xx.rst>. |
|---|
| 106 | 119 | |
|---|
| 107 | 120 | config MACH_NAS100D |
|---|
| 108 | 121 | bool |
|---|
| 109 | 122 | prompt "NAS100D" |
|---|
| 110 | | - select PCI |
|---|
| 123 | + select FORCE_PCI |
|---|
| 111 | 124 | help |
|---|
| 112 | 125 | Say 'Y' here if you want your kernel to support Iomega's |
|---|
| 113 | 126 | NAS 100d device. For more information on this platform, |
|---|
| .. | .. |
|---|
| 116 | 129 | config MACH_DSMG600 |
|---|
| 117 | 130 | bool |
|---|
| 118 | 131 | prompt "D-Link DSM-G600 RevA" |
|---|
| 119 | | - select PCI |
|---|
| 132 | + select FORCE_PCI |
|---|
| 120 | 133 | help |
|---|
| 121 | 134 | Say 'Y' here if you want your kernel to support D-Link's |
|---|
| 122 | 135 | DSM-G600 RevA device. For more information on this platform, |
|---|
| .. | .. |
|---|
| 130 | 143 | config MACH_FSG |
|---|
| 131 | 144 | bool |
|---|
| 132 | 145 | prompt "Freecom FSG-3" |
|---|
| 133 | | - select PCI |
|---|
| 146 | + select FORCE_PCI |
|---|
| 134 | 147 | help |
|---|
| 135 | 148 | Say 'Y' here if you want your kernel to support Freecom's |
|---|
| 136 | 149 | FSG-3 device. For more information on this platform, |
|---|
| .. | .. |
|---|
| 139 | 152 | config MACH_ARCOM_VULCAN |
|---|
| 140 | 153 | bool |
|---|
| 141 | 154 | prompt "Arcom/Eurotech Vulcan" |
|---|
| 142 | | - select PCI |
|---|
| 155 | + select FORCE_PCI |
|---|
| 143 | 156 | help |
|---|
| 144 | 157 | Say 'Y' here if you want your kernel to support Arcom's |
|---|
| 145 | 158 | Vulcan board. |
|---|
| .. | .. |
|---|
| 160 | 173 | config MACH_GTWX5715 |
|---|
| 161 | 174 | bool "Gemtek WX5715 (Linksys WRV54G)" |
|---|
| 162 | 175 | depends on ARCH_IXP4XX |
|---|
| 163 | | - select PCI |
|---|
| 176 | + select FORCE_PCI |
|---|
| 164 | 177 | help |
|---|
| 165 | 178 | This board is currently inside the Linksys WRV54G Gateways. |
|---|
| 166 | 179 | |
|---|
| .. | .. |
|---|
| 183 | 196 | |
|---|
| 184 | 197 | config MACH_MICCPT |
|---|
| 185 | 198 | bool "Omicron MICCPT" |
|---|
| 186 | | - select PCI |
|---|
| 199 | + select FORCE_PCI |
|---|
| 187 | 200 | help |
|---|
| 188 | 201 | Say 'Y' here if you want your kernel to support the MICCPT |
|---|
| 189 | 202 | board from OMICRON electronics GmbH. |
|---|
| .. | .. |
|---|
| 221 | 234 | By default, the direct method is used. Choose this option if you |
|---|
| 222 | 235 | need to use the indirect method instead. If you don't know |
|---|
| 223 | 236 | what you need, leave this option unselected. |
|---|
| 224 | | - |
|---|
| 225 | | -config IXP4XX_QMGR |
|---|
| 226 | | - tristate "IXP4xx Queue Manager support" |
|---|
| 227 | | - help |
|---|
| 228 | | - This driver supports IXP4xx built-in hardware queue manager |
|---|
| 229 | | - and is automatically selected by Ethernet and HSS drivers. |
|---|
| 230 | | - |
|---|
| 231 | | -config IXP4XX_NPE |
|---|
| 232 | | - tristate "IXP4xx Network Processor Engine support" |
|---|
| 233 | | - select FW_LOADER |
|---|
| 234 | | - help |
|---|
| 235 | | - This driver supports IXP4xx built-in network coprocessors |
|---|
| 236 | | - and is automatically selected by Ethernet and HSS drivers. |
|---|
| 237 | 237 | |
|---|
| 238 | 238 | endmenu |
|---|
| 239 | 239 | |
|---|