Kconfig 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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_SDIO_OOB
  37. bool "Out of band interrupt support for SDIO interface chipset"
  38. depends on BRCMFMAC_SDIO
  39. ---help---
  40. This option enables out-of-band interrupt support for Broadcom
  41. SDIO Wifi chipset using fullmac in order to gain better
  42. performance and deep sleep wake up capability on certain
  43. platforms. Say N if you are unsure.
  44. config BRCMFMAC_USB
  45. bool "USB bus interface support for FullMAC driver"
  46. depends on USB
  47. depends on BRCMFMAC
  48. select FW_LOADER
  49. ---help---
  50. This option enables the USB bus interface support for Broadcom
  51. IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
  52. use the driver for an USB wireless card.
  53. config BRCM_TRACING
  54. bool "Broadcom device tracing"
  55. depends on BRCMSMAC || BRCMFMAC
  56. ---help---
  57. If you say Y here, the Broadcom wireless drivers will register
  58. with ftrace to dump event information into the trace ringbuffer.
  59. Tracing can be enabled at runtime to aid in debugging wireless
  60. issues. This option adds a small amount of overhead when tracing
  61. is disabled. If unsure, say Y to allow developers to better help
  62. you when wireless problems occur.
  63. config BRCMDBG
  64. bool "Broadcom driver debug functions"
  65. depends on BRCMSMAC || BRCMFMAC
  66. ---help---
  67. Selecting this enables additional code for debug purposes.