:orphan: .. title:: choice: Error checking behavior for CHECK macro .. _choice_571: .. describe:: choice: Error checking behavior for CHECK macro *Error checking behavior for CHECK macro* Type: ``bool`` Default ======= - \ :kconfig:`RUNTIME_ERROR_CHECKS ` Choice options ============== - \ :kconfig:`ASSERT_ON_ERRORS ` - \ :kconfig:`NO_RUNTIME_CHECKS ` - \ :kconfig:`RUNTIME_ERROR_CHECKS ` Kconfig definition ================== At ``Kconfig.zephyr:337`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features .. code-block:: kconfig choice bool "Error checking behavior for CHECK macro" default RUNTIME_ERROR_CHECKS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*