Skip to content

Commit 672dc9c

Browse files
Vincenzo Frascinogalak
authored andcommitted
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: I06869cb86b1abc151974df66797a0b25ee62e166 Signed-off-by: Vincenzo Frascino <[email protected]> (cherry picked from commit cc28833)
1 parent 74d75f2 commit 672dc9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/core/cortex_m/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ config NUM_IRQ_PRIO_BITS
135135
config RUNTIME_NMI
136136
bool
137137
prompt "Attach an NMI handler at runtime"
138+
select REBOOT
138139
default n
139140
help
140141
The kernel provides a simple NMI handler that simply hangs in a tight

0 commit comments

Comments
 (0)