mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ANDROID: GKI: Enable CONFIG_DEBUG_FS for Android S
This will allow userdebug/eng builds to access debugfs without needing to build a separate debug kernel. Test: build Bug: 153634660 Change-Id: I0617afea02ceab0a8f2ca4da3abf9bb270682de9 Signed-off-by: Hridya Valsaraju <hridya@google.com> (cherry picked from commit 4123e4a204947b5dc3fbb3234cd1ba8ad52b33d5)
This commit is contained in:
@@ -497,6 +497,7 @@ CONFIG_DEBUG_INFO=y
|
||||
CONFIG_HEADERS_INSTALL=y
|
||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_STACK_USAGE=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
CONFIG_PANIC_ON_OOPS=y
|
||||
|
||||
@@ -440,6 +440,7 @@ CONFIG_DEBUG_INFO=y
|
||||
CONFIG_HEADERS_INSTALL=y
|
||||
# CONFIG_SECTION_MISMATCH_WARN_ONLY is not set
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
CONFIG_DEBUG_STACK_USAGE=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
CONFIG_PANIC_ON_OOPS=y
|
||||
|
||||
Reference in New Issue
Block a user