summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Yan <leo.yan@linaro.org>2021-09-09 15:33:12 +0800
committerLeo Yan <leo.yan@linaro.org>2021-09-09 15:41:56 +0800
commit0cdbc2e357e1d628231f47302f5c56290be16e38 (patch)
tree8cc48edf6146d9eabda97d08f4a6ad02a8bced49
parentb7eaa67282a7a719584f428d55056db6571ada68 (diff)
arm64: Add debug options in the training configeas_training
Signed-off-by: Leo Yan <leo.yan@linaro.org>
-rw-r--r--arch/arm64/configs/training_defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/configs/training_defconfig b/arch/arm64/configs/training_defconfig
index 10bdf7c6103a8..79bcb55b3283a 100644
--- a/arch/arm64/configs/training_defconfig
+++ b/arch/arm64/configs/training_defconfig
@@ -8943,8 +8943,8 @@ CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
-# CONFIG_DYNAMIC_DEBUG is not set
-# CONFIG_DYNAMIC_DEBUG_CORE is not set
+CONFIG_DYNAMIC_DEBUG=y
+CONFIG_DYNAMIC_DEBUG_CORE=y
CONFIG_SYMBOLIC_ERRNAME=y
CONFIG_DEBUG_BUGVERBOSE=y
# end of printk and dmesg options
@@ -9052,9 +9052,9 @@ CONFIG_PANIC_TIMEOUT=0
#
# Scheduler Debugging
#
-# CONFIG_SCHED_DEBUG is not set
+CONFIG_SCHED_DEBUG=y
CONFIG_SCHED_INFO=y
-# CONFIG_SCHEDSTATS is not set
+CONFIG_SCHEDSTATS=y
# end of Scheduler Debugging
# CONFIG_DEBUG_TIMEKEEPING is not set