:orphan: .. title:: CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE .. kconfig:: CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE ############################################ *Do not enable null pointer exception detection* Type: ``bool`` Help ==== .. code-block:: none Null pointer exception detection feature is not enabled. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/core/aarch32/cortex_m/Kconfig:360`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` → ``/arm/core/aarch32/Kconfig:294`` Menu path: (Top) → ARM Options → Enable and use null-pointer exception .. code-block:: kconfig config NULL_POINTER_EXCEPTION_DETECTION_NONE bool "Do not enable null pointer exception detection" depends on help Null pointer exception detection feature is not enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*