From a8b365a43705f1e8567e297f7aeaaeba966bf21f Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Fri, 23 Jul 2010 00:20:10 +0300 Subject: [PATCH] omap3-pandora-kernel: enable verbose fault messages This will help in some difficult to debug situations, like when GDB won't work with old ARM binaries. --- recipes/linux/omap3-pandora-kernel/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/linux/omap3-pandora-kernel/defconfig b/recipes/linux/omap3-pandora-kernel/defconfig index 62e8dcb..4c70f7b 100644 --- a/recipes/linux/omap3-pandora-kernel/defconfig +++ b/recipes/linux/omap3-pandora-kernel/defconfig @@ -1959,8 +1959,8 @@ CONFIG_HAVE_DYNAMIC_FTRACE=y # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y # CONFIG_KGDB is not set -# CONFIG_DEBUG_USER is not set -# CONFIG_DEBUG_ERRORS is not set +CONFIG_DEBUG_USER=y +CONFIG_DEBUG_ERRORS=y # CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_LL is not set -- 2.39.5