• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config 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
8	  This driver uses the kernel's wireless extensions subsystem.
9
10	  If you choose to build a module, it'll be called dhd. Say M if
11	  unsure.
12
13config BCM4339
14	tristate "Broadcom 4339 wireless cards support"
15	depends on BCMDHD
16	---help---
17	  This module adds support for wireless adapters based on
18	  Broadcom 4339 chipset.
19
20config BCMDHD_FW_PATH
21	depends on BCMDHD
22	string "Firmware path"
23	default "/system/etc/firmware/fw_bcmdhd.bin"
24	---help---
25	  Path to the firmware file.
26
27config BCMDHD_NVRAM_PATH
28	depends on BCMDHD
29	string "NVRAM path"
30	default "/system/etc/wifi/bcmdhd.cal"
31	---help---
32	  Path to the calibration file.
33
34config BCMDHD_WEXT
35	bool "Enable WEXT support"
36	depends on BCMDHD && CFG80211 = n
37	select WIRELESS_EXT
38	select WEXT_PRIV
39	help
40	  Enables WEXT support
41
42config DHD_USE_STATIC_BUF
43	bool "Enable memory preallocation"
44	depends on BCMDHD
45	default n
46	---help---
47	  Use memory preallocated in platform
48
49config DHD_USE_SCHED_SCAN
50	bool "Use CFG80211 sched scan"
51	depends on BCMDHD && CFG80211
52	default n
53	---help---
54	  Use CFG80211 sched scan
55