The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / b43-firmware / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/b43-firmware/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/b43-firmware/Config.in
new file mode 100644 (file)
index 0000000..bc69bbc
--- /dev/null
@@ -0,0 +1,25 @@
+config BR2_PACKAGE_B43_FIRMWARE
+       bool "b43-firmware"
+       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