CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE

Do not enable null pointer exception detection

Type: bool

Help

Null pointer exception detection feature is not
enabled.

Direct dependencies

<choice NULL_POINTER_EXCEPTION_DETECTION: Enable and use null-pointer exception>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/arch/arm/core/aarch32/cortex_m/Kconfig:344

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:37<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm/Kconfig:57<Zephyr>/arch/arm/core/aarch32/Kconfig:261

Menu path: (Top) → ARM Options → Enable and use null-pointer exception

config NULL_POINTER_EXCEPTION_DETECTION_NONE
    bool "Do not enable null pointer exception detection"
    depends on <choice NULL_POINTER_EXCEPTION_DETECTION>
    help
      Null pointer exception detection feature is not
      enabled.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)