mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
defconfig: msm8960: Enable IPC logging.
Enable ipc logging in kernel. It has a minimum impact on performance and is always on to allow debugging of an issue either from the command line or from a memory dump. Signed-off-by: Angshuman Sarkar <angshuman@codeaurora.org> (cherry picked from commit aa2f66b2474ec0cd9402fc3220aaa6eac9552195) Signed-off-by: Sudhir Sharma <sudsha@codeaurora.org> (cherry picked from commit 33e661dc4c6386fbb35503417b16f305cd2a1b3f) Change-Id: I15c967739aee9861ca0776d8dafceecb1d646db1 Signed-off-by: Sudhir Sharma <sudsha@codeaurora.org>
This commit is contained in:
parent
95c79481a1
commit
91742308e8
2 changed files with 2 additions and 0 deletions
|
@ -296,6 +296,7 @@ CONFIG_INPUT_UINPUT=y
|
|||
CONFIG_STM_LIS3DH=y
|
||||
CONFIG_INPUT_MPU3050=y
|
||||
# CONFIG_LEGACY_PTYS is not set
|
||||
CONFIG_MSM_IPC_LOGGING=y
|
||||
CONFIG_N_SMUX=y
|
||||
CONFIG_N_SMUX_LOOPBACK=y
|
||||
CONFIG_SMUX_CTL=y
|
||||
|
|
|
@ -302,6 +302,7 @@ CONFIG_INPUT_UINPUT=y
|
|||
CONFIG_STM_LIS3DH=y
|
||||
CONFIG_INPUT_MPU3050=y
|
||||
# CONFIG_LEGACY_PTYS is not set
|
||||
CONFIG_MSM_IPC_LOGGING=y
|
||||
CONFIG_N_SMUX=y
|
||||
CONFIG_N_SMUX_LOOPBACK=y
|
||||
CONFIG_SMUX_CTL=y
|
||||
|
|
Loading…
Reference in a new issue