# SPDX-License-Identifier: GPL-2.0
config RTL8822CS
	tristate "Realtek 8822CS SDIO WiFi support"
	depends on INET && WLAN && MMC && CFG80211
	depends on m
	help
	  This option adds support for Realtek 8822CS SDIO WiFi.

if RTL8822CS

config RTW_AP_MODE
	bool "AP mode support"
	default y

config RTW_BT_COEXIST
	bool "BT Coexistence support"
	default y

config RTW_DEBUG
	bool "Debug log support"
	default n

config CONFIG_PROC_DEBUG
	bool "Enable /proc/net/rtlxxxx/ debug entry"
	default n

config RTW_WOWLAN
	bool "Wake on WLAN (WoWLAN) support"
	default n

config RTW_SDIO_PM_KEEP_POWER
	bool "SDIO PM Keep Power during suspend"
	default y

endif
