• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 RTL8822CS_WIFI_HDF
10    tristate "support rtl8822cs wifi(80211ac) 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 wifi for rtl8822cs HDF chipset.
17      This driver uses the kernel's wireless extensions subsystem.
18      If you choose to build a module, it'll be called rtl8822cs. Say M if unsure.