1config DRIVERS_HDF_WIFI 2 bool "Enable HDF wifi" 3 default n 4 depends on DRIVERS_HDF && DRIVERS_HDF_PLATFORM_SDIO 5 help 6 Answer Y to enable HDF wifi. 7 8config DRIVERS_HDF_WLAN_SDIO 9 bool "Enable HDF wlan sdio bus" 10 default n 11 depends on DRIVERS_HDF_WIFI 12 help 13 Answer Y to support HDF wlan sdio bus 14 15config DRIVERS_HDF_WLAN_USB 16 bool "Enable HDF wlan usb bus" 17 default n 18 depends on DRIVERS_HDF_WIFI 19 help 20 Answer Y to support HDF wlan usb bus 21 22config DRIVERS_HI3881 23 bool "Enable hi3881" 24 default n 25 depends on DRIVERS_HDF_WIFI 26 help 27 Answer Y to enable hi3881 wifi chip driver. 28 29config DRIVERS_HDF_NETDEV_EXT 30 bool "Get Linux net device from HDF" 31 default n 32 help 33 Get Linux net device from HDF 34 35config DRIVERS_RTL8723DU 36 bool "Enable Realtek 8723D USB WiFi(rtl8723du)" 37 default n 38 depends on DRIVERS_HDF_WIFI 39 select DRIVERS_HDF_WLAN_USB 40 select DRIVERS_HDF_NETDEV_EXT 41 help 42 Answer Y to enable rtl8723du wifi chip driver. 43 44config AP6XXX_WIFI6_HDF 45 tristate "support ap6xxx wifi6(80211ax) HDF" 46 depends on DRIVERS_HDF_WIFI 47 select CFG80211 48 select MAC80211 49 select DRIVERS_HDF_NETDEV_EXT 50 help 51 This driver supports wifi6 for ap6xxx HDF chipset. 52 This driver uses the kernel's wireless extensions subsystem. 53 If you choose to build a module, it'll be called dhd. Say M if unsure. 54