4 prompt "b43 firmware version"
5 depends on PACKAGE_kmod-b43
8 This option allows you to select the version of the b43 firmware.
11 bool "4.150.10.5 (stable)"
13 Stable firmware for BCM43xx devices.
15 If unsure, select this.
17 config B43_EXPERIMENTAL
18 bool "4.178.10.4 (experimental)"
20 Experimental firmware for BCM43xx devices.
22 This firmware is not tested as much as the "stable" firmware.
24 If unsure, select the "stable" firmware.
26 config B43_OPENFIRMWARE
27 bool "Open FirmWare for WiFi networks"
29 Opensource firmware for BCM43xx devices.
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.
37 If unsure, select the "stable" firmware.
42 bool "Remove unnecessary firmware files"
43 depends on PACKAGE_kmod-b43 && !B43_OPENFIRMWARE
45 This options allows you to remove unnecessary b43 firmware files
46 from the final rootfs image. This can reduce the rootfs size by
49 Do _NOT_ use this option, if you don't know the core revision
50 and/or PHY type of your wireless chip.
54 config B43_FW_SQUASH_COREREVS
55 string "Core revisions to include"
56 depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
57 default "5,6,7,8,9,10"
59 This is a comma seperated list of core revision numbers.
60 Example (keep files for rev5 only):
62 Example (keep files for rev5 and rev11):
65 config B43_FW_SQUASH_PHYTYPES
66 string "PHY types to include"
67 depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
70 This is a comma seperated list of PHY types:
72 AG => Dual A-PHY G-PHY
77 Example (keep files for G-PHY only):
79 Example (keep files for G-PHY and N-PHY):