ANDROID: gki_config: Disable CONFIG_DEBUG_STACK_USAGE

This config option was not requested by any partner and has non-zero
overhead on process creation. Disable it.

Bug: 191150949
Bug: 365466166
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Change-Id: Ia9547c989c22246c46ed9624a0707c6369ee4de0
This commit is contained in:
Suren Baghdasaryan 2021-06-15 17:45:29 -07:00
parent 15860879f7
commit 44a4fadafc
2 changed files with 0 additions and 2 deletions

View File

@ -761,7 +761,6 @@ CONFIG_UBSAN_TRAP=y
# CONFIG_UBSAN_ENUM is not set
CONFIG_PAGE_OWNER=y
CONFIG_PAGE_PINNER=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_KASAN=y
CONFIG_KASAN_HW_TAGS=y

View File

@ -692,7 +692,6 @@ CONFIG_UBSAN_TRAP=y
# CONFIG_UBSAN_ENUM is not set
CONFIG_PAGE_OWNER=y
CONFIG_PAGE_PINNER=y
CONFIG_DEBUG_STACK_USAGE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_KFENCE=y
CONFIG_KFENCE_SAMPLE_INTERVAL=500