Kconfig 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. config BCMDHD
  2. tristate "Broadcom 4329/30 wireless cards support"
  3. depends on MMC
  4. ---help---
  5. This module adds support for wireless adapters based on
  6. Broadcom 4329/30 chipset.
  7. This driver uses the kernel's wireless extensions subsystem.
  8. If you choose to build a module, it'll be called dhd. Say M if
  9. unsure.
  10. config BCMDHD_FW_PATH
  11. depends on BCMDHD
  12. string "Firmware path"
  13. default "/system/etc/firmware/fw_bcmdhd.bin"
  14. ---help---
  15. Path to the firmware file.
  16. config BCMDHD_NVRAM_PATH
  17. depends on BCMDHD
  18. string "NVRAM path"
  19. default "/system/etc/wifi/bcmdhd.cal"
  20. ---help---
  21. Path to the calibration file.
  22. config BCMDHD_WEXT
  23. bool "Enable WEXT support"
  24. depends on BCMDHD && CFG80211 = n
  25. select WIRELESS_EXT
  26. select WEXT_PRIV
  27. help
  28. Enables WEXT support
  29. config DHD_USE_STATIC_BUF
  30. bool "Enable memory preallocation"
  31. depends on BCMDHD
  32. default n
  33. ---help---
  34. Use memory preallocated in platform
  35. config DHD_USE_SCHED_SCAN
  36. bool "Use CFG80211 sched scan"
  37. depends on BCMDHD && CFG80211
  38. default n
  39. ---help---
  40. Use CFG80211 sched scan
  41. config DHD_ENABLE_P2P
  42. bool "Enable Wifi Direct"
  43. depends on BCMDHD && CFG80211
  44. default n
  45. ---help---
  46. Use Enable Wifi Direct