11 Build firmware images for Aruba boards
13 config LINUX_2_4_AR531X
14 bool "Atheros AR531x [2.4]"
18 Build firmware images for Atheros AR531x based boards
19 (e.g. Netgear WGT624, Linksys WRT55AG)
22 bool "Broadcom BCM47xx/53xx [2.4]"
27 Build firmware images for Broadcom based routers
28 (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
30 This one builds the generic .trx images, activate one of the
31 options below for creating device specific files for use
35 bool "Broadcom BCM47xx/53xx [2.6]"
39 #select PCMCIA_SUPPORT
41 Build firmware images for Broadcom based routers
42 (e.g. Netgear WGT634u)
48 Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
56 Build firmware images for x86 based boards
57 (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
65 Build firmware images for x86 based boards
66 (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
68 config LINUX_2_6_AU1000
74 Build firmware for AMD Alchemy 1500 boards
75 (e.g. 4G-Systems Mesh/Access Cube ...)
80 bool "UNSUPPORTED little-endian arm platform"
84 config LINUX_2_6_ARMEB
85 bool "UNSUPPORTED big-endian arm platform"
90 bool "UNSUPPORTED cris platform"
95 bool "UNSUPPORTED m68k platform"
100 bool "UNSUPPORTED powerpc platform"
105 bool "UNSUPPORTED little-endian sh3 platform"
109 config LINUX_2_6_SH3EB
110 bool "UNSUPPORTED big-endian sh3 platform"
115 bool "UNSUPPORTED little-endian sh4 platform"
119 config LINUX_2_6_SH4EB
120 bool "UNSUPPORTED big-endian sh4 platform"
124 config LINUX_2_6_SPARC
125 bool "UNSUPPORTED sparc platform"
134 # Kernel/Hardware features
145 config PCMCIA_SUPPORT
149 # Architecture selection
193 default "armeb" if armeb
194 default "cris" if cris
195 default "i386" if i386
196 default "m68k" if m68k
197 default "mips" if mips
198 default "mipsel" if mipsel || !CONFIG_DEVEL
199 default "powerpc" if powerpc
201 default "sh3eb" if sh3eb
203 default "sh4eb" if sh4eb
204 default "sparc" if sparc