Kconfig (9540724ca29d54b65aaea120072166ebc2d5f4a1) | Kconfig (fcf2d8978cd538a5d614076fccfe9a4af23b9cc9) |
---|---|
1if ARCH_IXP4XX 2 3menu "Intel IXP4xx Implementation Options" 4 5comment "IXP4xx Platforms" 6 7config MACH_IXP4XX_OF 8 bool --- 222 unchanged lines hidden (view full) --- 231 plus a spinlock, but in some cases the performance hit is 232 acceptable. In addition, you cannot mmap() PCI devices in this 233 case due to the indirect nature of the PCI window. 234 235 By default, the direct method is used. Choose this option if you 236 need to use the indirect method instead. If you don't know 237 what you need, leave this option unselected. 238 | 1if ARCH_IXP4XX 2 3menu "Intel IXP4xx Implementation Options" 4 5comment "IXP4xx Platforms" 6 7config MACH_IXP4XX_OF 8 bool --- 222 unchanged lines hidden (view full) --- 231 plus a spinlock, but in some cases the performance hit is 232 acceptable. In addition, you cannot mmap() PCI devices in this 233 case due to the indirect nature of the PCI window. 234 235 By default, the direct method is used. Choose this option if you 236 need to use the indirect method instead. If you don't know 237 what you need, leave this option unselected. 238 |
239config IXP4XX_QMGR 240 tristate "IXP4xx Queue Manager support" 241 help 242 This driver supports IXP4xx built-in hardware queue manager 243 and is automatically selected by Ethernet and HSS drivers. 244 245config IXP4XX_NPE 246 tristate "IXP4xx Network Processor Engine support" 247 select FW_LOADER 248 help 249 This driver supports IXP4xx built-in network coprocessors 250 and is automatically selected by Ethernet and HSS drivers. 251 | |
252endmenu 253 254endif | 239endmenu 240 241endif |