Kconfig 2.2 KB

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