blob: a04ba4c4d4c37694171216a5eb9cad12081b000f (
plain) (
blame)
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
|
config BCM4329
tristate "Broadcom 4329 wireless cards support"
depends on MMC
select WIRELESS_EXT
select WEXT_PRIV
---help---
This module adds support for wireless adapters based on
Broadcom 4329 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 BCM4329_FIRST_SCAN
depends on BCM4329
bool "first scan support"
default n
---help---
Initiate broadcast scan (active scan) just after
initializing with network interface.
config BCM4329_FW_PATH
depends on BCM4329
string "Firmware path"
default "/system/etc/firmware/fw_bcm4329.bin"
---help---
Path to the firmware file.
config BCM4329_NVRAM_PATH
depends on BCM4329
string "NVRAM path"
default "/proc/calibration"
---help---
Path to the calibration file.
config BCM4329_WIFI_CONTROL_FUNC
bool "Use bcm4329_wlan device"
depends on BCM4329
default n
---help---
Use this option to get various parameters from architecture specific
bcm4329_wlan platform device. Say n if unsure.
if BCM4329_WIFI_CONTROL_FUNC
config BCM4329_DHD_USE_STATIC_BUF
bool "Use static buffer"
depends on BCM4329
default n
---help---
Use static buffer from kernel heap allocated during bcm4329_wlan
platform device creation.
config BCM4329_HW_OOB
bool "Use out of band interrupt"
depends on BCM4329
default n
---help---
Use out of band interrupt for wake on wireless.
config BCM4329_OOB_INTR_ONLY
bool "Use out of band interrupt only"
depends on BCM4329
default n
---help---
Use out of band interrupt for all interrupts(including SDIO interrupts).
config BCM4329_GET_CUSTOM_MAC_ENABLE
bool "Use custom mac address"
depends on BCM4329
default n
---help---
Use mac address provided by bcm4329_wlan platform device.
config BCM4329_CSCAN_ENABLE
bool "Enable Combo Scan"
depends on BCM4329
default n
---help---
Enable Combo Scan
endif
|