hc
2024-08-12 233ab1bd4c5697f5cdec94e60206e8c6ac609b4c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0
config CYW_BCMDHD
   tristate "Cypress wireless sdio cards support"
   depends on (!AP6XXX)
   select WIRELESS_EXT
   select WEXT_PRIV
   #select CFG80211
   #select MAC80211
   select CFG80211_WEXT
   help
     This module adds support for wireless adapters based on
     Broadcom awzxxx 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.