qcacld-3.0: Disable the export symbols in the driver

Currently the export symbols are enabled in the driver
which is increasing the text section of driver.

Since driver does not need export symbols, disable it.

Change-Id: I463835107fc2a86ee6b4ab36edc75571f644499f
CRs-Fixed: 2462388
This commit is contained in:
Sachin Ahuja
2019-05-30 15:52:22 +05:30
committed by nshrivas
parent 6173f8708a
commit a5d29f71c1

View File

@@ -111,6 +111,9 @@ CONFIG_WLAN_SYSFS := y
CONFIG_FEATURE_BECN_STATS := y
endif
#Disable the Export Symbol config
CONFIG_WLAN_DISABLE_EXPORT_SYMBOL := y
CONFIG_QCACLD_FEATURE_GREEN_AP := y
CONFIG_CRYPTO_COMPONENT := y
#Flag to enable Android Packet Filtering