The latest development version of this page may be more current than this released 2.7.5 version.

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 arch/arm/core/aarch32/cortex_m/Kconfig:360

Included via Kconfig:8Kconfig.zephyr:39arch/Kconfig:12arch/arm/Kconfig:57arch/arm/core/aarch32/Kconfig:294

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.)