aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2019-01-25 17:03:45 -0500
committerVladimir Zapolskiy <vz@mleia.com>2019-01-25 17:06:26 -0500
commitd9bed635a090ac8b52c9514ad3d715490e0ddeb3 (patch)
tree9d9a44791e37736cc25edbc9fe9a3cf51ad3b390
parent742fa75dcd7c49dfc79e198074ac3b2afdccfd62 (diff)
ARM: defconfig: lpc32xx: enable panic on oops option
Panic on oops option enabled by by default makes great sense both for debugging and production. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
-rw-r--r--arch/arm/configs/lpc32xx_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/lpc32xx_defconfig b/arch/arm/configs/lpc32xx_defconfig
index 4649cb04dec7..0504eee8632c 100644
--- a/arch/arm/configs/lpc32xx_defconfig
+++ b/arch/arm/configs/lpc32xx_defconfig
@@ -194,6 +194,8 @@ CONFIG_DEBUG_INFO=y
194CONFIG_GDB_SCRIPTS=y 194CONFIG_GDB_SCRIPTS=y
195CONFIG_DEBUG_FS=y 195CONFIG_DEBUG_FS=y
196CONFIG_MAGIC_SYSRQ=y 196CONFIG_MAGIC_SYSRQ=y
197CONFIG_PANIC_ON_OOPS=y
198CONFIG_PANIC_TIMEOUT=5
197# CONFIG_SCHED_DEBUG is not set 199# CONFIG_SCHED_DEBUG is not set
198# CONFIG_DEBUG_PREEMPT is not set 200# CONFIG_DEBUG_PREEMPT is not set
199# CONFIG_FTRACE is not set 201# CONFIG_FTRACE is not set