blob: 231ae187f40447898277c79ead9554f7621f04f7 [file] [log] [blame]
Dmitry Shmidt8ce17272011-05-24 11:14:33 -07001config 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 BCMDHD_FW_PATH
14 depends on BCMDHD
15 string "Firmware path"
16 default "/system/etc/firmware/fw_bcmdhd.bin"
17 ---help---
18 Path to the firmware file.
19
20config BCMDHD_NVRAM_PATH
21 depends on BCMDHD
22 string "NVRAM path"
23 default "/system/etc/wifi/bcmdhd.cal"
24 ---help---
25 Path to the calibration file.
26
27config BCMDHD_WEXT
28 bool "Enable WEXT support"
29 depends on BCMDHD && CFG80211 = n
30 select WIRELESS_EXT
31 select WEXT_PRIV
32 help
33 Enables WEXT support
34
35config DHD_USE_STATIC_BUF
36 bool "Enable memory preallocation"
37 depends on BCMDHD
38 default n
39 ---help---
Dmitry Shmidt83252322012-03-16 12:52:00 -070040 Use memory preallocated in platform
41
42config DHD_USE_SCHED_SCAN
43 bool "Use CFG80211 sched scan"
44 depends on BCMDHD && CFG80211
45 default n
46 ---help---
47 Use CFG80211 sched scan