qcacmn: Add support to configure buffer size from kbuild
Add support to configure logging buffer size from per-OEM kbuild based on memory requirement. Change-Id: Ia91d79e5e738b1c9787015de101c3f67ccde46aa CRs-Fixed: 2253438
This commit is contained in:
@@ -55,10 +55,16 @@
|
|||||||
|
|
||||||
#ifdef WMI_INTERFACE_EVENT_LOGGING
|
#ifdef WMI_INTERFACE_EVENT_LOGGING
|
||||||
|
|
||||||
|
#ifndef WMI_EVENT_DEBUG_MAX_ENTRY
|
||||||
#define WMI_EVENT_DEBUG_MAX_ENTRY (1024)
|
#define WMI_EVENT_DEBUG_MAX_ENTRY (1024)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define WMI_EVENT_DEBUG_ENTRY_MAX_LENGTH (16)
|
#define WMI_EVENT_DEBUG_ENTRY_MAX_LENGTH (16)
|
||||||
|
|
||||||
/* wmi_mgmt commands */
|
/* wmi_mgmt commands */
|
||||||
|
#ifndef WMI_MGMT_EVENT_DEBUG_MAX_ENTRY
|
||||||
#define WMI_MGMT_EVENT_DEBUG_MAX_ENTRY (256)
|
#define WMI_MGMT_EVENT_DEBUG_MAX_ENTRY (256)
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct wmi_command_debug - WMI command log buffer data type
|
* struct wmi_command_debug - WMI command log buffer data type
|
||||||
|
Reference in New Issue
Block a user