projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24701dd
)
[RAMEN9610-9963][COMMON] lib: Kconfig: fix to define DEBUG_SNAPSHOT_MINIMIZED_MODE
author
Hosung Kim
<hosung0.kim@samsung.com>
Wed, 26 Dec 2018 09:29:35 +0000
(18:29 +0900)
committer
hskang
<hs1218.kang@samsung.com>
Wed, 26 Dec 2018 21:31:18 +0000
(06:31 +0900)
This define is depend on DEBUG_SNAPSHOT_USER_MODE.
If DEBUG_SNAPSHOT_USER_MODE is enabled, MINIMIZED_MODE should be
activated. This patch fixes it.
Change-Id: Iaa47922cd053a6f6ae4f1c31afbe4a2abb37804e
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
lib/Kconfig.debug
patch
|
blob
|
blame
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 3648fc933d011245d51d90c71850456da2a8ca9b..0a6150ad336e56775a1d5aff44fdfd7401bd03b8 100644
(file)
--- a/
lib/Kconfig.debug
+++ b/
lib/Kconfig.debug
@@
-2114,4
+2114,4
@@
config DEBUG_SNAPSHOT_CRASH_KEY
config DEBUG_SNAPSHOT_MINIMIZED_MODE
bool "Support minimized feature configuration"
depends on DEBUG_SNAPSHOT_USER_MODE
- default
n
+ default
y