1 # mac80211 configuration
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 config B43_EXPERIMENTAL
14 bool "4.178.10.4 (experimental)"
16 config B43_OPENFIRMWARE
17 bool "Open FirmWare for WiFi networks"
22 bool "Remove unnecessary firmware files"
23 depends on PACKAGE_kmod-b43 && !B43_OPENFIRMWARE
25 This options allows you to remove unnecessary b43 firmware files
26 from the final rootfs image. This can reduce the rootfs size by
29 Do _NOT_ use this option, if you don't know the core revision
30 and/or PHY type of your wireless chip.
34 config B43_FW_SQUASH_COREREVS
35 string "Core revisions to include"
36 depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
37 default "5,6,7,8,9,10"
39 This is a comma seperated list of core revision numbers.
40 Example (keep files for rev5 only):
42 Example (keep files for rev5 and rev11):
45 config B43_FW_SQUASH_PHYTYPES
46 string "PHY types to include"
47 depends on PACKAGE_kmod-b43 && B43_FW_SQUASH
50 This is a comma seperated list of PHY types:
52 AG => Dual A-PHY G-PHY
57 Example (keep files for G-PHY only):
59 Example (keep files for G-PHY and N-PHY):