blob: 05b72591cf186eccb3e386766bafbba5034fce0f [file] [log] [blame]
Dmitry Shmidt66eb9fa2011-05-24 11:14:33 -07001config BCMDHD
2 tristate "Broadcom 4329/30 wireless cards support"
3 depends on MMC && CFG80211
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.