From 9f0472343977665f14cdd7a7dd21592fd3aaa048 Mon Sep 17 00:00:00 2001 From: Vincenzo Frascino Date: Wed, 23 Nov 2016 14:02:21 +0000 Subject: [PATCH] arm: Enable REBOOT when RUNTIME_NMI is selected This patch enables REBOOT when RUNTIME_NMI is selected via defconfig file. This action is required to prevent compilation errors. Change-Id: I67c18b2860ac34ba8f96e780737b4857a6063ece Signed-off-by: Vincenzo Frascino Signed-off-by: Anas Nashif --- arch/arm/core/cortex_m/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/core/cortex_m/Kconfig b/arch/arm/core/cortex_m/Kconfig index 5c7d4a6989c..0d2ed7a6669 100644 --- a/arch/arm/core/cortex_m/Kconfig +++ b/arch/arm/core/cortex_m/Kconfig @@ -135,6 +135,7 @@ config NUM_IRQ_PRIO_BITS config RUNTIME_NMI bool prompt "Attach an NMI handler at runtime" + select REBOOT default n help The kernel provides a simple NMI handler that simply hangs in a tight