/drivers/net/wireless/bcmdhd_29/Kconfig
#! | 54 lines | 46 code | 8 blank | 0 comment | 0 complexity | 8ba851712b2a313bb41216a9b8c4b8de MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1config 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 "/vendor/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/nvram.txt" 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--- 40 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 48 49config DHD_ENABLE_P2P 50 bool "Enable Wifi Direct" 51 depends on BCMDHD && CFG80211 52 default n 53 ---help--- 54 Use Enable Wifi Direct