-
CONFIG_ARM_SECURE_BUSFAULT_HARDFAULT_NMI
¶
BusFault, HardFault, and NMI target Secure state
Type: bool
Help¶
Force NMI, HardFault, and BusFault (in Mainline ARMv8-M) exceptions as Secure exceptions.
Direct dependencies¶
ARM_SECURE_FIRMWARE
&& (ARM_SECURE_FIRMWARE
|| ARM_NONSECURE_FIRMWARE
) && ARM
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At arch/arm/core/aarch32/Kconfig:196
Included via Kconfig:8
→ Kconfig.zephyr:34
→ arch/Kconfig:12
→ arch/arm/Kconfig:9
Menu path: (Top) → ARM Options → ARM TrustZone Options
config ARM_SECURE_BUSFAULT_HARDFAULT_NMI bool "BusFault, HardFault, and NMI target Secure state" depends onARM_SECURE_FIRMWARE
&& (ARM_SECURE_FIRMWARE
||ARM_NONSECURE_FIRMWARE
) &&ARM
help Force NMI, HardFault, and BusFault (in Mainline ARMv8-M) exceptions as Secure exceptions.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)