config DRIVERS_HDF_WIFI
    bool "Enable HDF wifi"
    default n
    depends on DRIVERS_HDF_NETWORK
    select DRIVERS_HDF_WIFI_BUS
    help
      Answer Y to enable HDF wifi.

config DRIVERS_HI3881
    bool "Enable hi3881"
    default n
    depends on DRIVERS_HDF_WIFI
    help
      Answer Y to enable hi3881 wifi chip driver.

config DRIVERS_HDF_NETDEV_EXT
    bool "Get Linux net device from HDF"
    default n
    help
      Get Linux net device from HDF

config DRIVERS_RTL8723DU
    bool "Enable Realtek 8723D USB WiFi(rtl8723du)"
    default n
    depends on DRIVERS_HDF_WIFI
    select DRIVERS_HDF_WLAN_USB
    select DRIVERS_HDF_NETDEV_EXT
    help
      Answer Y to enable rtl8723du wifi chip driver.

config AP6XXX_WIFI6_HDF
    tristate "support ap6xxx wifi6(80211ax) HDF"
    depends on DRIVERS_HDF_WIFI
    select CFG80211
    select MAC80211
    select DRIVERS_HDF_NETDEV_EXT
    help
      This driver supports wifi6 for ap6xxx HDF 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 DRIVERS_AP6212
    bool "Enable ap6212"
    default n
    depends on DRIVERS_HDF_WIFI
    help
      Answer Y to enable ap6212 wifi chip driver.

config DRIVERS_AP6256
    bool "Enable ap6256"
    default n
    depends on DRIVERS_HDF_WIFI
    help
      Answer Y to enable ap62256 wifi chip driver.

config DRIVERS_HDF_IMX8MM_ETHERNET
    bool "Enable imx8mm ethernet"
    default n
    depends on DRIVERS_HDF_WIFI
    help
      Answer Y to enable imx8mm ethernet driver.