3 config ARCH_SUPPORTS_BIG_ENDIAN
7 menu "Intel IXP4xx Implementation Options"
9 comment "IXP4xx Platforms"
13 prompt "Linksys NSLU2"
16 Say 'Y' here if you want your kernel to support Linksys's
17 NSLU2 NAS device. For more information on this platform,
18 see http://www.nslu2-linux.org
24 Say 'Y' here if you want your kernel to support the Gateworks
25 Avila Network Platform. For more information on this platform,
26 see <file:Documentation/arm/IXP4xx>.
32 Say 'Y' here if you want your kernel to support the Giant
33 Shoulder Inc Loft board (a minor variation on the standard
34 Gateworks Avila Network Platform).
36 config ARCH_ADI_COYOTE
40 Say 'Y' here if you want your kernel to support the ADI
41 Engineering Coyote Gateway Reference Platform. For more
42 information on this platform, see <file:Documentation/arm/IXP4xx>.
44 config MACH_GATEWAY7001
48 Say 'Y' here if you want your kernel to support Gateway's
49 7001 Access Point. For more information on this platform,
50 see http://openwrt.org
53 bool "Netgear WG302 v2 / WAG302 v2"
56 Say 'Y' here if you want your kernel to support Netgear's
57 WG302 v2 or WAG302 v2 Access Points. For more information
58 on this platform, see http://openwrt.org
63 Say 'Y' here if you want your kernel to support Intel's
64 IXDP425 Development Platform (Also known as Richfield).
65 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
70 Say 'Y' here if you want your kernel to support Intel's
71 IXDPG425 Development Platform (Also known as Montajade).
72 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
77 Say 'Y' here if you want your kernel to support Intel's
78 IXDP465 Development Platform (Also known as BMP).
79 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
81 config MACH_GORAMO_MLR
82 bool "GORAMO Multi Link Router"
84 Say 'Y' here if you want your kernel to support GORAMO
90 Say 'Y' here if you want your kernel to support Intel's
91 KIXRP435 Reference Platform.
92 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
95 # IXCDP1100 is the exact same HW as IXDP425, but with a different machine
96 # number from the bootloader due to marketing monkeys, so we just enable it
97 # by default if IXDP425 is enabled.
101 depends on ARCH_IXDP425
104 config ARCH_PRPMC1100
107 Say 'Y' here if you want your kernel to support the Motorola
108 PrPCM1100 Processor Mezanine Module. For more information on
109 this platform, see <file:Documentation/arm/IXP4xx>.
116 Say 'Y' here if you want your kernel to support Iomega's
117 NAS 100d device. For more information on this platform,
118 see http://www.nslu2-linux.org/wiki/NAS100d/HomePage
122 prompt "D-Link DSM-G600 RevA"
125 Say 'Y' here if you want your kernel to support D-Link's
126 DSM-G600 RevA device. For more information on this platform,
127 see http://www.nslu2-linux.org/wiki/DSMG600/HomePage
131 depends on ARCH_IXDP425 || MACH_IXDP465 || MACH_KIXRP435
136 prompt "Freecom FSG-3"
139 Say 'Y' here if you want your kernel to support Freecom's
140 FSG-3 device. For more information on this platform,
141 see http://www.nslu2-linux.org/wiki/FSG3/HomePage
144 # Certain registers and IRQs are only enabled if supporting IXP465 CPUs
148 depends on MACH_IXDP465
153 depends on MACH_KIXRP435
157 bool "Gemtek WX5715 (Linksys WRV54G)"
158 depends on ARCH_IXP4XX
161 This board is currently inside the Linksys WRV54G Gateways.
166 miniPCI slot 0 does not have a card connector soldered to the board
167 miniPCI slot 1 has an ISL3880 802.11g card (Prism54)
168 npe0 is connected to a Kendin KS8995M Switch (4 ports)
169 npe1 is the "wan" port
170 "Console" UART is available on J11 as console
171 "High Speed" UART is n/c (as far as I can tell)
172 20 Pin ARM/Xscale JTAG interface on J2
174 comment "IXP4xx Options"
176 config IXP4XX_INDIRECT_PCI
177 bool "Use indirect PCI memory access"
180 IXP4xx provides two methods of accessing PCI memory space:
182 1) A direct mapped window from 0x48000000 to 0x4bffffff (64MB).
183 To access PCI via this space, we simply ioremap() the BAR
184 into the kernel and we can use the standard read[bwl]/write[bwl]
185 macros. This is the preferred method due to speed but it
186 limits the system to just 64MB of PCI memory. This can be
187 problematic if using video cards and other memory-heavy devices.
189 2) If > 64MB of memory space is required, the IXP4xx can be
190 configured to use indirect registers to access PCI This allows
191 for up to 128MB (0x48000000 to 0x4fffffff) of memory on the bus.
192 The disadvantage of this is that every PCI access requires
193 three local register accesses plus a spinlock, but in some
194 cases the performance hit is acceptable. In addition, you cannot
195 mmap() PCI devices in this case due to the indirect nature
198 By default, the direct method is used. Choose this option if you
199 need to use the indirect method instead. If you don't know
200 what you need, leave this option unselected.
203 tristate "IXP4xx Queue Manager support"
205 This driver supports IXP4xx built-in hardware queue manager
206 and is automatically selected by Ethernet and HSS drivers.
209 tristate "IXP4xx Network Processor Engine support"
213 This driver supports IXP4xx built-in network coprocessors
214 and is automatically selected by Ethernet and HSS drivers.