qcacld-3.0: Relocate thermal info cfg items

Relocate thermal info config items to FW offload component.

Change-Id: If03507a44041b53aa81837f687914931e8a05ec8
CRs-Fixed: 2316595
This commit is contained in:
Dundi Raviteja
2018-09-07 10:40:28 +05:30
committed by nshrivas
parent 3b63709be9
commit 47ac70974a
9 changed files with 193 additions and 113 deletions

View File

@@ -24,9 +24,11 @@
#include "qdf_types.h"
#include "cfg_coex.h"
#include "cfg_thermal_temp.h"
#define CFG_FWOL_ALL \
CFG_COEX_ALL
CFG_COEX_ALL \
CFG_THERMAL_TEMP_ALL
#endif /* __CFG_FWOL_H */