Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
# 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.

if CYW_BCMDHD
config SDIO_CIS_CYW43438
	bool "Cypress 43438 for keepalive"
config SDIO_CIS_CYW43012
	bool "Cypress 43012 for keepalive"
endif