blob: b02a173f98a5a54a214e2aaff2cba866a0b7d144 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
config BCMDHD
tristate "Broadcom 4329/30 wireless cards support"
depends on MMC
---help---
This module adds support for wireless adapters based on
Broadcom 4329/30 chipset.
This driver uses the kernel's wireless extensions subsystem.
If you choose to build a module, it'll be called dhd. Say M if
unsure.
config BCMDHD_FW_DIR
depends on BCMDHD
string "Firmware path"
default "/system/vendor/firmware"
---help---
Path to the firmware file.
config BCMDHD_NVRAM_DIR
depends on BCMDHD
string "NVRAM path"
default "/system/etc"
---help---
Path to the calibration file.
config BCMDHD_WEXT
bool "Enable WEXT support"
depends on BCMDHD
select WIRELESS_EXT
select WEXT_PRIV
help
Enables WEXT support
config DHD_USE_STATIC_BUF
bool "Enable memory preallocation"
depends on BCMDHD
default n
---help---
Use memory preallocated in platform
config DHD_USE_SCHED_SCAN
bool "Use CFG80211 sched scan"
depends on BCMDHD && CFG80211
default n
---help---
Use CFG80211 sched scan
config DHD_ENABLE_P2P
bool "Enable Wifi Direct"
depends on BCMDHD && CFG80211
default n
---help---
Use Enable Wifi Direct
config BCMDHD_CFG80211
bool "Enable CFG80211 support"
depends on BCMDHD && CFG80211
default n
help
Enables CFG80211 support
config BCMDHD_WIFI_CONTROL_FUNC
bool "Use bcmdhd_wlan device"
depends on BCMDHD
default n
---help---
Use this option to get various parameters from architecture specific
bcmdhd_wlan platform device. Say n if unsure.
config BCMDHD_HW_OOB
bool "Use out of band interrupt"
depends on BCMDHD
default n
---help---
Use out of band interrupt for card interrupt and wake on wireless.
config BCMDHD_CSCAN_ENABLE
bool "Enable Combo Scan"
depends on BCMDHD
default n
---help---
Enable Combo Scan
config BCMDHD_INSMOD_NO_FW_LOAD
bool "Enable delayed firmware load"
depends on BCMDHD
default n
---help---
Enable delayes firmware
config BCMDHD_CUSTOM_REGULATORY_DOMAIN
bool "Enable Custom Regulatory Domain"
depends on BCMDHD
default y
---help---
Use Custom Regulatory Domain set by driver.
|