b506a50a5eefc3fc4eb5fa0c335a1a5fbbb24bee
[openwrt/openwrt.git] / openwrt / target / Config.in
1 choice
2 prompt "Target System"
3
4 config BR2_LINUX_2_4_AR531X
5 bool "Atheros AR531x [2.4]"
6 depends BR2_mips
7 help
8 Build firmware images for Atheros AR531x based boards
9 (e.g. Netgear WGT624, Linksys WRT55AG)
10
11 config BR2_LINUX_2_6_ARUBA
12 bool "Aruba [2.6]"
13 depends BR2_mips
14 help
15 Build firmware images for Aruba boards
16
17 config BR2_LINUX_2_4_BRCM
18 bool "Broadcom BCM47xx/53xx [2.4]"
19 depends BR2_mipsel
20 select BR2_LINUX_PCMCIA_SUPPORT
21 help
22 Build firmware images for Broadcom based routers
23 (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
24
25 This one builds the generic .trx images, activate one of the
26 options below for creating device specific files for use
27 with TFTP client too.
28
29 config BR2_LINUX_2_6_BRCM
30 bool "Broadcom BCM47xx/53xx [2.6]"
31 depends BR2_mipsel
32 select BR2_LINUX_PCMCIA_SUPPORT
33 help
34 Build firmware images for Broadcom based routers
35 (e.g. Netgear WGT634u)
36
37 config BR2_LINUX_2_4_AR7
38 bool "TI AR7 [2.4]"
39 depends BR2_mipsel
40 help
41 Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
42
43 config BR2_LINUX_2_4_X86
44 bool "x86 [2.4]"
45 depends BR2_i386
46 select BR2_LINUX_PCMCIA_SUPPORT
47 help
48 Build firmware images for x86 based boards
49 (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
50
51 config BR2_LINUX_2_6_X86
52 bool "x86 [2.6]"
53 depends BR2_i386
54 select BR2_LINUX_PCMCIA_SUPPORT
55 help
56 Build firmware images for x86 based boards
57 (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
58
59 endchoice
60
61 config BR2_LINUX_PCMCIA_SUPPORT
62 bool
63 default n
64 depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_X86 || BR2_LINUX_2_6_BRCM
65