Dmitry Shmidt | 66eb9fa | 2011-05-24 11:14:33 -0700 | [diff] [blame^] | 1 | config 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 | |
| 13 | config 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 | |
| 20 | config 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. |