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