Skip to content
Snippets Groups Projects
Commit dd67be70 authored by Simon Wilson's avatar Simon Wilson
Browse files

ARM: dory: disable debug options


Kernel debugging config options have found to be the cause
of longer than desired suspend/resume times. By turning these
off, the round trip time goes from 340 to 240ms, which helps
reduce average current when the device goes in and out of
suspend.

Bug: 15910797
Change-Id: I325d00e8ba5573d29a8ee5017d3c7c0a04433f3d
Signed-off-by: default avatarSimon Wilson <simonwilson@google.com>
parent fe48698c
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,6 @@ CONFIG_STM_LIS3DSH=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_MSM_HS=y
CONFIG_SERIAL_MSM_HSL=y
CONFIG_SERIAL_MSM_HSL_CONSOLE=y
# CONFIG_DIAG_CHAR is not set
# CONFIG_DIAG_OVER_USB is not set
CONFIG_HW_RANDOM_MSM=y
......@@ -354,27 +353,12 @@ CONFIG_PRINTK_TIME=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
CONFIG_DEBUG_KMEMLEAK=y
CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_DEBUG_LIST=y
CONFIG_FAULT_INJECTION=y
CONFIG_FAIL_PAGE_ALLOC=y
CONFIG_FAULT_INJECTION_DEBUG_FS=y
CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y
CONFIG_DEBUG_PAGEALLOC=y
CONFIG_MSM_RTB=y
CONFIG_MSM_RTB_SEPARATE_CPUS=y
CONFIG_ENABLE_DEFAULT_TRACERS=y
CONFIG_DYNAMIC_DEBUG=y
CONFIG_PANIC_ON_DATA_CORRUPTION=y
CONFIG_DEBUG_LL=y
CONFIG_EARLY_PRINTK=y
CONFIG_KEYS=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment