1# SPDX-License-Identifier: GPL-2.0 2 3config DRIVERS_HDF_NETDEV_EXT 4 bool "Get Linux net device from HDF" 5 default n 6 help 7 Get Linux net device from HDF 8 9config AP6XXX_WIFI6_HDF 10 tristate "support ap6xxx wifi6(80211ax) HDF" 11 depends on DRIVERS_HDF_WIFI 12 select CFG80211 13 select MAC80211 14 select DRIVERS_HDF_NETDEV_EXT 15 help 16 This driver supports wifi6 for ap6xxx HDF chipset. 17 18 This driver uses the kernel's wireless extensions subsystem. 19 20 If you choose to build a module, it'll be called dhd. Say M if 21 unsure. 22 23