hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
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
# SPDX-License-Identifier: GPL-2.0
choice
   prompt "Select driver version for ap6xxx chips"
 
config AP6XXX
   tristate "stable version (wifi5)"
   #depends on MMC && WLAN_80211
   select CFG80211
   select MAC80211
   help
     This module adds support for wireless adapters based on
     Broadcom ap6xxx 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 AP6XXX_WIFI6
   tristate "support wifi6(80211ax)"
   #depends on MMC && WLAN_80211
   select CFG80211
   select MAC80211
   help
     This driver supports wifi6 for ap6xxx 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 AP6XXX_INDEP_POWER
   tristate "support WiFi keepalive during host shutdown"
   select CFG80211
   select MAC80211
 
endchoice
 
config BCMDHD_FW_PATH
   depends on BCMDHD
   string "Firmware path"
   default "/vendor/etc/firmware/fw_bcmdhd.bin"
   help
     Path to the firmware file.
 
config BCMDHD_NVRAM_PATH
   depends on BCMDHD
   string "NVRAM path"
   default "/vendor/etc/firmware/nvram.txt"
   help
     Path to the calibration file.a
 
config BCMDHD_STATIC_IF
   bool "Enable wlan1 support"
   help
     default to add wlan1 interface