qcacld-3.0: Disable FW log parsing feature for Lithium targets
Disable fw log parsing feature config flag for Lithium targets as firmware will no longer use WMI events for sending logs. With Lithium config flag disabled: text data bss dec hex wlan.ko size 6767311 251817 2424616 9443744 9019a0 17096KB With Lithium config flag enabled: text data bss dec hex wlan.ko size 6699206 81613 2423872 9204691 8c73d3 16768KB Change-Id: I536a20a0c0d7c4abcee775e3007d1749a21b648b CRs-Fixed: 2504803
This commit is contained in:

committed by
nshrivas

parent
07c09fb14c
commit
fcb37b7cf7
@@ -708,8 +708,10 @@ CONFIG_FEATURE_WLAN_WAPI := y
|
|||||||
|
|
||||||
CONFIG_AGEIE_ON_SCAN_RESULTS := y
|
CONFIG_AGEIE_ON_SCAN_RESULTS := y
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_LITHIUM), y)
|
||||||
#Flag to enable FW log parsing support feature
|
#Flag to enable FW log parsing support feature
|
||||||
CONFIG_FEATURE_FW_LOG_PARSING := y
|
CONFIG_FEATURE_FW_LOG_PARSING := y
|
||||||
|
endif
|
||||||
|
|
||||||
CONFIG_PTT_SOCK_SVC_ENABLE := y
|
CONFIG_PTT_SOCK_SVC_ENABLE := y
|
||||||
CONFIG_SOFTAP_CHANNEL_RANGE := y
|
CONFIG_SOFTAP_CHANNEL_RANGE := y
|
||||||
|
Reference in New Issue
Block a user