defconfig: arm64: msm: Enable IPC Logging
IPC Logging is a low latency and minimal overhead logging framework used by many interprocessor communication drivers such as GLink. Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>
This commit is contained in:
parent
e9deb36997
commit
9b066e0981
2 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,7 @@ CONFIG_DEBUG_KERNEL=y
|
|||
CONFIG_LOCKUP_DETECTOR=y
|
||||
# CONFIG_SCHED_DEBUG is not set
|
||||
# CONFIG_DEBUG_PREEMPT is not set
|
||||
CONFIG_IPC_LOGGING=y
|
||||
# CONFIG_FTRACE is not set
|
||||
CONFIG_MEMTEST=y
|
||||
CONFIG_SECURITY=y
|
||||
|
|
|
@ -244,6 +244,7 @@ CONFIG_DEBUG_KERNEL=y
|
|||
CONFIG_LOCKUP_DETECTOR=y
|
||||
# CONFIG_SCHED_DEBUG is not set
|
||||
# CONFIG_DEBUG_PREEMPT is not set
|
||||
CONFIG_IPC_LOGGING=y
|
||||
CONFIG_QCOM_RTB=y
|
||||
CONFIG_QCOM_RTB_SEPARATE_CPUS=y
|
||||
CONFIG_FUNCTION_TRACER=y
|
||||
|
|
Loading…
Add table
Reference in a new issue