Dmitry Shmidt | 66eb9fa | 2011-05-24 11:14:33 -0700 | [diff] [blame] | 1 | config BCMDHD |
| 2 | tristate "Broadcom 4329/30 wireless cards support" |
Dmitry Shmidt | 6e66cd6 | 2011-06-01 16:22:21 -0700 | [diff] [blame] | 3 | depends on MMC |
Dmitry Shmidt | 66eb9fa | 2011-05-24 11:14:33 -0700 | [diff] [blame] | 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. |
Dmitry Shmidt | 6e66cd6 | 2011-06-01 16:22:21 -0700 | [diff] [blame] | 26 | |
| 27 | config BCMDHD_WEXT |
| 28 | bool "Enable WEXT support" |
Dmitry Shmidt | f53ef03 | 2011-06-13 15:16:59 -0700 | [diff] [blame] | 29 | depends on BCMDHD && CFG80211 = n |
Dmitry Shmidt | 6e66cd6 | 2011-06-01 16:22:21 -0700 | [diff] [blame] | 30 | select WIRELESS_EXT |
| 31 | select WEXT_PRIV |
| 32 | help |
| 33 | Enables WEXT support |
Dmitry Shmidt | 8d71d88 | 2011-11-11 16:04:12 -0800 | [diff] [blame] | 34 | |
| 35 | config DHD_USE_STATIC_BUF |
| 36 | bool "Enable memory preallocation" |
| 37 | depends on BCMDHD |
| 38 | default n |
| 39 | ---help--- |
| 40 | Use memory preallocated in platform |