kumquat-buildroot/package/b43-firmware/Config.in
Thomas Petazzoni cb8efd3b4d b43-firmware: new package
This package allows to download the Broadcom Wifi drivers, extract the
firmware from them, and install them in /lib/firmware, so that they
can be used by the open-source kernel driver b43.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-12-16 01:13:58 +01:00

26 lines
557 B
Plaintext

config BR2_PACKAGE_B43_FIRMWARE
bool "b43-firware"
help
Firmware for the Broadcom Wifi devices supported by the b43
kernel driver.
if BR2_PACKAGE_B43_FIRMWARE
choice
prompt "Kernel version"
default BR2_PACKAGE_B43_FIRMWARE_KERNEL_AFTER_3_2
help
Select the kernel version you're using. The b43 driver in
kernel >= 3.2 need a different firmware than the b43 drivers
from kernel < 3.2.
config BR2_PACKAGE_B43_FIRMWARE_KERNEL_AFTER_3_2
bool ">= 3.2"
config BR2_PACKAGE_B43_FIRMWARE_KERNEL_BEFORE_3_2
bool "< 3.2"
endchoice
endif