Kconfig 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. It also has WLAN led support, which will
  15. be available if you select BCMA_DRIVER_GPIO. If you choose to build a
  16. module, the driver will be called brcmsmac.ko.
  17. config BRCMFMAC
  18. tristate "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
  19. depends on CFG80211
  20. select BRCMUTIL
  21. ---help---
  22. This module adds support for embedded wireless adapters based on
  23. Broadcom IEEE802.11n FullMAC chipsets. It has to work with at least
  24. one of the bus interface support. If you choose to build a module,
  25. it'll be called brcmfmac.ko.
  26. config BRCMFMAC_SDIO
  27. bool "SDIO bus interface support for FullMAC driver"
  28. depends on MMC
  29. depends on BRCMFMAC
  30. select FW_LOADER
  31. default y
  32. ---help---
  33. This option enables the SDIO bus interface support for Broadcom
  34. IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
  35. use the driver for a SDIO wireless card.
  36. config BRCMFMAC_USB
  37. bool "USB bus interface support for FullMAC driver"
  38. depends on USB
  39. depends on BRCMFMAC
  40. select FW_LOADER
  41. ---help---
  42. This option enables the USB bus interface support for Broadcom
  43. IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
  44. use the driver for an USB wireless card.
  45. config BRCM_TRACING
  46. bool "Broadcom device tracing"
  47. depends on BRCMSMAC || BRCMFMAC
  48. ---help---
  49. If you say Y here, the Broadcom wireless drivers will register
  50. with ftrace to dump event information into the trace ringbuffer.
  51. Tracing can be enabled at runtime to aid in debugging wireless
  52. issues. This option adds a small amount of overhead when tracing
  53. is disabled. If unsure, say Y to allow developers to better help
  54. you when wireless problems occur.
  55. config BRCMDBG
  56. bool "Broadcom driver debug functions"
  57. depends on BRCMSMAC || BRCMFMAC
  58. ---help---
  59. Selecting this enables additional code for debug purposes.