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