Dmitry Shmidt | da65eba | 2010-05-19 18:53:11 -0700 | [diff] [blame] | 1 | config BCM4329 |
| 2 | tristate "Broadcom 4329 wireless cards support" |
| 3 | depends on MMC |
| 4 | select WIRELESS_EXT |
| 5 | select WEXT_PRIV |
| 6 | ---help--- |
| 7 | This module adds support for wireless adapters based on |
| 8 | Broadcom 4329 chipset. |
| 9 | |
| 10 | This driver uses the kernel's wireless extensions subsystem. |
| 11 | |
| 12 | If you choose to build a module, it'll be called dhd. Say M if |
| 13 | unsure. |
| 14 | |
| 15 | config BCM4329_FW_PATH |
| 16 | depends on BCM4329 |
| 17 | string "Firmware path" |
| 18 | default "/system/etc/firmware/fw_bcm4329.bin" |
| 19 | ---help--- |
| 20 | Path to the firmware file. |
| 21 | |
| 22 | config BCM4329_NVRAM_PATH |
| 23 | depends on BCM4329 |
| 24 | string "NVRAM path" |
| 25 | default "/proc/calibration" |
| 26 | ---help--- |
| 27 | Path to the calibration file. |