diff options
| author | Sumathi Mandipati <sumathi@qti.qualcomm.com> | 2014-01-17 13:28:49 +0530 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@qca.qualcomm.com> | 2014-01-26 00:53:52 -0800 |
| commit | 7edd14ab5ed9f2be95362c865eadd5eb978be267 (patch) | |
| tree | b3b142b6e84a4cbb7e113d8688df1944ae24662e | |
| parent | e47f31f9ea266a251b3279ccc381fc1db01bc068 (diff) | |
qcacld: Disable CCX in Makefile
The gerrit (#575221) causes regression for KPI and
frequent crash, so reverting for now.
CRs-Fixed: 601746
Change-Id: Ia30761d80531ec5d074e73437cdfbb2e732971b3
| -rw-r--r-- | Kbuild | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -50,8 +50,7 @@ endif # To enable CCX upload, dependent config # CONFIG_QCOM_CCX must be enabled. -CONFIG_QCOM_CCX := y -CONFIG_QCOM_CCX_UPLOAD := y +CONFIG_QCOM_CCX_UPLOAD := n # Feature flags which are not (currently) configurable via Kconfig |
