• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2
3config AP6XXX_WIFI6
4	tristate "support wifi6(80211ax)"
5	#depends on MMC && WLAN_80211
6	select CFG80211
7	select MAC80211
8	help
9	  This driver supports wifi6 for ap6xxx chipset.
10
11	  This driver uses the kernel's wireless extensions subsystem.
12
13	  If you choose to build a module, it'll be called dhd. Say M if
14	  unsure.
15
16config BCMDHD_FW_PATH
17	depends on BCMDHD
18	string "Firmware path"
19	default "/vendor/etc/firmware/fw_bcmdhd.bin"
20	help
21	  Path to the firmware file.
22
23config BCMDHD_NVRAM_PATH
24	depends on BCMDHD
25	string "NVRAM path"
26	default "/vendor/etc/firmware/nvram.txt"
27	help
28	  Path to the calibration file.a
29
30config BCMDHD_STATIC_IF
31	bool "Enable wlan1 support"
32	help
33	  default to add wlan1 interface
34