04576a81aa100acbefe329fff006f583a86d28ef
[openwrt-10.03/.git] / package / mac80211 / Config.in.b43
1 # B43 configuration
2
3 choice
4         prompt "b43 firmware version"
5         depends on PACKAGE_kmod-b43
6         default B43_EXPERIMENTAL
7         help
8           This option allows you to select the version of the b43 firmware.
9
10 config B43_STABLE
11         bool "4.150.10.5 (stable)"
12         help
13           Stable firmware for BCM43xx devices.
14
15           If unsure, select this.
16
17 config B43_EXPERIMENTAL
18         bool "4.178.10.4 (experimental)"
19         help
20           Experimental firmware for BCM43xx devices.
21
22           This firmware is not tested as much as the "stable" firmware.
23
24           If unsure, select the "stable" firmware.
25
26 config B43_OPENFIRMWARE
27         bool "Open FirmWare for WiFi networks"
28         help
29           Opensource firmware for BCM43xx devices.
30
31           Do _not_ select this, unless you know what you are doing.
32           The Opensource firmware is not suitable for embedded devices, yet.
33           It does not support QoS, which is bad for AccessPoints.
34           It does not support hardware crypto acceleration, which is a showstopper
35           for embedded devices with low CPU resources.
36
37           If unsure, select the "stable" firmware.
38
39 endchoice
40
41 config B43_FW_SQUASH
42         bool "Remove unnecessary firmware files"
43         depends on PACKAGE_kmod-b43 && !B43_OPENFIRMWARE
44         default y
45         help
46           This options allows you to remove unnecessary b43 firmware files
47           from the final rootfs image. This can reduce the rootfs size by
48           up to 200k.
49
50           Do _NOT_ use this option, if you don't know the core revision
51           and/or PHY type of your wireless chip.
52
53           If unsure, say N.
54
55 config B43_FW_SQUASH_COREREVS
56         string "Core revisions to include"
57         depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
58         default "5,6,7,8,9,10,13,14,15"
59         help
60           This is a comma seperated list of core revision numbers.
61           Example (keep files for rev5 only):
62                  5
63           Example (keep files for rev5 and rev11):
64                  5,11
65
66 config B43_FW_SQUASH_PHYTYPES
67         string "PHY types to include"
68         depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
69         default "A,AG,G,LP"
70         help
71           This is a comma seperated list of PHY types:
72           A         => A-PHY
73           AG        => Dual A-PHY G-PHY
74           G         => G-PHY
75           LP        => LP-PHY
76           N         => N-PHY
77
78           Example (keep files for G-PHY only):
79                  G
80           Example (keep files for G-PHY and N-PHY):
81                  G,N
82