adt3-S dhd_driver source code [1/1]
[GitHub/LineageOS/G12/android_hardware_amlogic_kernel-modules_dhd-driver.git] / bcmdhd.1.363.59.144.x.cn / Kconfig
1 config BCMDHD
2 tristate "Broadcom FullMAC wireless cards support"
3 ---help---
4 This module adds support for wireless adapters based on
5 Broadcom FullMAC chipset.
6
7 config BCMDHD_FW_PATH
8 depends on BCMDHD
9 string "Firmware path"
10 default "/system/etc/firmware/fw_bcmdhd.bin"
11 ---help---
12 Path to the firmware file.
13
14 config BCMDHD_NVRAM_PATH
15 depends on BCMDHD
16 string "NVRAM path"
17 default "/system/etc/firmware/nvram.txt"
18 ---help---
19 Path to the calibration file.
20
21 config BCMDHD_WEXT
22 bool "Enable WEXT support"
23 depends on BCMDHD && CFG80211 = n
24 select WIRELESS_EXT
25 select WEXT_PRIV
26 help
27 Enables WEXT support
28
29 choice
30 prompt "Enable Chip Interface"
31 depends on BCMDHD
32 ---help---
33 Enable Chip Interface.
34 config BCMDHD_SDIO
35 bool "SDIO bus interface support"
36 depends on BCMDHD && MMC
37 config BCMDHD_PCIE
38 bool "PCIe bus interface support"
39 depends on BCMDHD && PCI
40 endchoice
41
42 choice
43 depends on BCMDHD && BCMDHD_SDIO
44 prompt "Interrupt type"
45 ---help---
46 Interrupt type
47 config BCMDHD_OOB
48 depends on BCMDHD && BCMDHD_SDIO
49 bool "Out-of-Band Interrupt"
50 default y
51 ---help---
52 Interrupt from WL_HOST_WAKE.
53 config BCMDHD_SDIO_IRQ
54 depends on BCMDHD && BCMDHD_SDIO
55 bool "In-Band Interrupt"
56 ---help---
57 Interrupt from SDIO DAT[1]
58 endchoice