diff options
Diffstat (limited to 'drivers/net/wireless/bcmdhd/Kconfig')
-rw-r--r-- | drivers/net/wireless/bcmdhd/Kconfig | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcmdhd/Kconfig b/drivers/net/wireless/bcmdhd/Kconfig new file mode 100644 index 00000000000..4c3461a67f4 --- /dev/null +++ b/drivers/net/wireless/bcmdhd/Kconfig | |||
@@ -0,0 +1,79 @@ | |||
1 | config 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 | |||
13 | config BCMDHD_FW_DIR | ||
14 | depends on BCMDHD | ||
15 | string "Firmware path" | ||
16 | default "/system/vendor/firmware" | ||
17 | ---help--- | ||
18 | Path to the firmware file. | ||
19 | |||
20 | config BCMDHD_NVRAM_DIR | ||
21 | depends on BCMDHD | ||
22 | string "NVRAM path" | ||
23 | default "/system/etc" | ||
24 | ---help--- | ||
25 | Path to the calibration file. | ||
26 | |||
27 | choice | ||
28 | prompt "Select API" | ||
29 | depends on BCMDHD | ||
30 | default BCMDHD_NOAPI | ||
31 | |||
32 | config BCMDHD_WEXT | ||
33 | bool "Enable WEXT support" | ||
34 | select WIRELESS_EXT | ||
35 | select WEXT_PRIV | ||
36 | help | ||
37 | Enables WEXT support | ||
38 | |||
39 | config BCMDHD_CFG80211 | ||
40 | bool "Enable CFG80211 support" | ||
41 | depends on CFG80211 | ||
42 | help | ||
43 | Enables CFG80211 support | ||
44 | |||
45 | config BCMDHD_NOAPI | ||
46 | bool "No wireless API" | ||
47 | help | ||
48 | No wireless API is needed | ||
49 | |||
50 | endchoice | ||
51 | |||
52 | config BCMDHD_WIFI_CONTROL_FUNC | ||
53 | bool "Use bcmdhd_wlan device" | ||
54 | depends on BCMDHD | ||
55 | default n | ||
56 | ---help--- | ||
57 | Use this option to get various parameters from architecture specific | ||
58 | bcmdhd_wlan platform device. Say n if unsure. | ||
59 | |||
60 | config BCMDHD_HW_OOB | ||
61 | bool "Use out of band interrupt" | ||
62 | depends on BCMDHD | ||
63 | default n | ||
64 | ---help--- | ||
65 | Use out of band interrupt for card interrupt and wake on wireless. | ||
66 | |||
67 | config BCMDHD_CSCAN_ENABLE | ||
68 | bool "Enable Combo Scan" | ||
69 | depends on BCMDHD | ||
70 | default n | ||
71 | ---help--- | ||
72 | Enable Combo Scan | ||
73 | |||
74 | config BCMDHD_INSMOD_NO_FW_LOAD | ||
75 | bool "Enable delayed firmware load" | ||
76 | depends on BCMDHD | ||
77 | default n | ||
78 | ---help--- | ||
79 | Enable delayes firmware | ||