remove incorrect default statements
[openwrt-10.03/.git] / 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_4_BRCM
12         bool "Broadcom BCM47xx/53xx [2.4]"
13         depends BR2_mipsel
14         select BR2_LINUX_PCMCIA_SUPPORT
15         help
16           Build firmware images for Broadcom based routers
17           (e.g. Linksys WRT54G(S), Asus WL-500g, Motorola WR850G)
18           
19           This one builds the generic .trx images, activate one of the
20           options below for creating device specific files for use 
21           with TFTP client too. 
22
23 config BR2_LINUX_2_6_BRCM
24         bool "Broadcom BCM47xx/53xx [2.6]"
25         depends BR2_mipsel
26         select BR2_LINUX_PCMCIA_SUPPORT
27         help
28           Build firmware images for Broadcom based routers
29           (e.g. Netgear WGT634u)
30
31 config BR2_LINUX_2_4_AR7
32         bool "TI AR7 [2.4]"
33         depends BR2_mipsel
34         help
35           Build firmware images for TI AR7 based routers (w.g. Linksys WAG54G v2)
36
37 config BR2_LINUX_2_4_X86
38         bool "x86 [2.4]"
39         depends BR2_i386
40         select BR2_LINUX_PCMCIA_SUPPORT
41         help
42           Build firmware images for x86 based boards
43           (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
44
45 config BR2_LINUX_2_6_X86
46         bool "x86 [2.6]"
47         depends BR2_i386
48         select BR2_LINUX_PCMCIA_SUPPORT
49         help
50           Build firmware images for x86 based boards
51           (e.g. Soekris net4521 and net4801, PC Engines WRAP...)
52
53 endchoice
54
55 config BR2_LINUX_PCMCIA_SUPPORT
56         bool
57         default n
58         depends BR2_LINUX_2_4_X86 || BR2_LINUX_2_4_BRCM || BR2_LINUX_2_6_X86 || BR2_LINUX_2_6_BRCM
59