Kconfig 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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 FullMAC WLAN driver"
  20. depends on CFG80211
  21. select BRCMUTIL
  22. ---help---
  23. This module adds support for wireless adapters based on Broadcom
  24. FullMAC chipsets. It has to work with at least one of the bus
  25. interface support. If you choose to build a module, it'll be called
  26. brcmfmac.ko.
  27. config BRCMFMAC_PROTO_BCDC
  28. bool
  29. config BRCMFMAC_PROTO_MSGBUF
  30. bool
  31. config BRCMFMAC_SDIO
  32. bool "SDIO bus interface support for FullMAC driver"
  33. depends on (MMC = y || MMC = BRCMFMAC)
  34. depends on BRCMFMAC
  35. select BRCMFMAC_PROTO_BCDC
  36. select FW_LOADER
  37. default y
  38. ---help---
  39. This option enables the SDIO bus interface support for Broadcom
  40. IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
  41. use the driver for a SDIO wireless card.
  42. config BRCMFMAC_USB
  43. bool "USB bus interface support for FullMAC driver"
  44. depends on (USB = y || USB = BRCMFMAC)
  45. depends on BRCMFMAC
  46. select BRCMFMAC_PROTO_BCDC
  47. select FW_LOADER
  48. ---help---
  49. This option enables the USB bus interface support for Broadcom
  50. IEEE802.11n embedded FullMAC WLAN driver. Say Y if you want to
  51. use the driver for an USB wireless card.
  52. config BRCMFMAC_PCIE
  53. bool "PCIE bus interface support for FullMAC driver"
  54. depends on BRCMFMAC
  55. depends on PCI
  56. select BRCMFMAC_PROTO_MSGBUF
  57. select FW_LOADER
  58. ---help---
  59. This option enables the PCIE bus interface support for Broadcom
  60. IEEE802.11ac embedded FullMAC WLAN driver. Say Y if you want to
  61. use the driver for an PCIE wireless card.
  62. config BRCM_TRACING
  63. bool "Broadcom device tracing"
  64. depends on BRCMSMAC || BRCMFMAC
  65. ---help---
  66. If you say Y here, the Broadcom wireless drivers will register
  67. with ftrace to dump event information into the trace ringbuffer.
  68. Tracing can be enabled at runtime to aid in debugging wireless
  69. issues. This option adds a small amount of overhead when tracing
  70. is disabled. If unsure, say Y to allow developers to better help
  71. you when wireless problems occur.
  72. config BRCMDBG
  73. bool "Broadcom driver debug functions"
  74. depends on BRCMSMAC || BRCMFMAC
  75. select WANT_DEV_COREDUMP
  76. ---help---
  77. Selecting this enables additional code for debug purposes.