diff options
| -rw-r--r-- | arch/arm/configs/omap3_h1_defconfig | 23 | 
1 files changed, 4 insertions, 19 deletions
| diff --git a/arch/arm/configs/omap3_h1_defconfig b/arch/arm/configs/omap3_h1_defconfig index a71a3d77132..3a29d2c74d3 100644 --- a/arch/arm/configs/omap3_h1_defconfig +++ b/arch/arm/configs/omap3_h1_defconfig @@ -2688,14 +2688,14 @@ CONFIG_DEBUG_KERNEL=y  # CONFIG_TOUCHSCREEN_DEBUG is not set  # CONFIG_DEBUG_SHIRQ is not set  CONFIG_LOCKUP_DETECTOR=y -# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set -CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1  CONFIG_PANIC_ON_OOPS=y  CONFIG_PANIC_ON_OOPS_VALUE=1  CONFIG_DETECT_HUNG_TASK=y  CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 -# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set -CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1  # CONFIG_SCHED_DEBUG is not set  # CONFIG_SCHEDSTATS is not set  # CONFIG_TIMER_STATS is not set @@ -2767,21 +2767,6 @@ CONFIG_HAVE_ARCH_KGDB=y  # CONFIG_DEBUG_USER is not set  # CONFIG_DEBUG_RODATA is not set  # CONFIG_DEBUG_LL is not set -# CONFIG_DEBUG_OMAP2PLUS_UART is not set -# CONFIG_DEBUG_ICEDCC is not set -# CONFIG_DEBUG_SEMIHOSTING is not set -# CONFIG_DEBUG_OMAP2UART1 is not set -# CONFIG_DEBUG_OMAP2UART2 is not set -# CONFIG_DEBUG_OMAP2UART3 is not set -# CONFIG_DEBUG_OMAP3UART3 is not set -# CONFIG_DEBUG_OMAP4UART3 is not set -# CONFIG_DEBUG_OMAP3UART4 is not set -# CONFIG_DEBUG_OMAP4UART4 is not set -# CONFIG_DEBUG_TI81XXUART1 is not set -# CONFIG_DEBUG_TI81XXUART2 is not set -# CONFIG_DEBUG_TI81XXUART3 is not set -# CONFIG_DEBUG_AM33XXUART1 is not set -# CONFIG_DEBUG_ZOOM_UART is not set  CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"  CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"  # CONFIG_PID_IN_CONTEXTIDR is not set |