Config.in 370 B

12345678910111213141516171819
  1. # mac80211 configuration
  2. choice
  3. prompt "b43 firmware version"
  4. depends on PACKAGE_kmod-b43
  5. default B43_STABLE
  6. help
  7. This option allows you to select the version of the b43 firmware.
  8. config B43_STABLE
  9. bool "4.150.10.5 (stable)"
  10. config B43_EXPERIMENTAL
  11. bool "4.178.10.4 (experimental)"
  12. config B43_OPENFIRMWARE
  13. bool "Open FirmWare for WiFi networks"
  14. endchoice