xref: /wlan-driver/qcacld-3.0/configs/qcn7605_defconfig (revision 5113495b16420b49004c444715d2daae2066e7dc)
1include $(WLAN_ROOT)/configs/genoa.pci.debug_defconfig
2
3# Number of vdevs supported at one time, used for allocating memory
4CONFIG_WLAN_MAX_VDEVS := 5
5
6# Flag to enable/disable TARGET 11d scan
7CONFIG_TARGET_11D_SCAN := y
8
9# Enable DENYLIST_MGR
10CONFIG_FEATURE_DENYLIST_MGR := y
11CONFIG_WLAN_FEATURE_LINK_LAYER_STATS := y
12
13# Enable Thermal throttle
14CONFIG_FW_THERMAL_THROTTLE := y
15
16# Enable AUTO specific regdoamin table
17CONFIG_WLAN_REG_AUTO := y
18
19# Enable Usable channel feature
20CONFIG_WLAN_FEATURE_GET_USABLE_CHAN_LIST := y
21
22ifeq ($(CONFIG_CNSS_GENL), m)
23CONFIG_CNSS_GENL_MODULE := y
24endif
25
26ifeq ($(CONFIG_CNSS_UTILS), m)
27CONFIG_CNSS_UTILS_MODULE := y
28endif
29