Kconfig 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. config BRCMUTIL
  2. tristate
  3. config BRCMSMAC
  4. tristate "Broadcom IEEE802.11n PCIe SoftMAC WLAN driver"
  5. depends on MAC80211
  6. depends on BCMA
  7. select BRCMUTIL
  8. select FW_LOADER
  9. select CRC_CCITT
  10. select CRC8
  11. select CORDIC
  12. ---help---
  13. This module adds support for PCIe wireless adapters based on Broadcom
  14. IEEE802.11n SoftMAC chipsets. If you choose to build a module, it'll
  15. be called brcmsmac.ko.
  16. config BRCMFMAC
  17. tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
  18. depends on CFG80211
  19. select BRCMUTIL
  20. ---help---
  21. This module adds support for embedded wireless adapters based on
  22. Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
  23. one of the bus interface support. If you choose to build a module,
  24. it'll be called brcmfmac.ko.
  25. config BRCMFMAC_SDIO
  26. bool "SDIO bus interface support for FullMAC driver"
  27. depends on MMC
  28. depends on BRCMFMAC
  29. select FW_LOADER
  30. default y
  31. ---help---
  32. This option enables the SDIO bus interface support for Broadcom
  33. IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
  34. use the driver for a SDIO wireless card.
  35. config BRCMFMAC_USB
  36. bool "USB bus interface support for FullMAC driver"
  37. depends on USB
  38. depends on BRCMFMAC
  39. select FW_LOADER
  40. ---help---
  41. This option enables the USB bus interface support for Broadcom
  42. IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
  43. use the driver for an USB wireless card.
  44. config BRCMDBG
  45. bool "Broadcom driver debug functions"
  46. depends on BRCMSMAC || BRCMFMAC
  47. ---help---
  48. Selecting this enables additional code for debug purposes.