# 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