summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2019-01-26 00:03:44 +0200
committerVladimir Zapolskiy <vz@mleia.com>2019-01-26 00:06:26 +0200
commit742fa75dcd7c49dfc79e198074ac3b2afdccfd62 (patch)
treefa8bd719d248bbe83737471d514cbba21f2fe78b /arch/arm/configs
parent218e710cc20e6baac3efcf75cb9364050e95681d (diff)
ARM: defconfig: lpc32xx: enable build options for basic debugging
To make a default built kernel image more advanced include support of sysrq, dynamic debug, GDB scripts and printed timestamps in kernel log buffer by default. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/lpc32xx_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
index 2e1611578c61..4649cb04dec7 100644
--- a/arch/arm/configs/lpc32xx_defconfig
+++ b/arch/arm/configs/lpc32xx_defconfig
@@ -188,8 +188,12 @@ CONFIG_NLS_UTF8=y
CONFIG_CRYPTO_ANSI_CPRNG=y
# CONFIG_CRYPTO_HW is not set
CONFIG_CRC_CCITT=y
+CONFIG_PRINTK_TIME=y
+CONFIG_DYNAMIC_DEBUG=y
CONFIG_DEBUG_INFO=y
+CONFIG_GDB_SCRIPTS=y
CONFIG_DEBUG_FS=y
+CONFIG_MAGIC_SYSRQ=y
# CONFIG_SCHED_DEBUG is not set
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_FTRACE is not set