:orphan: .. title:: EDAC_ERROR_INJECT .. option:: CONFIG_EDAC_ERROR_INJECT *Enable EDAC Error Injection mechanism* Type: ``bool`` Help ==== .. code-block:: none Enable Error injection capability for test error checking and reporting. Should not be enabled in production system. Direct dependencies =================== \ :option:`EDAC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/edac/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:108`` Menu path: (Top) → Device Drivers → Error Detection and Correction (EDAC) Drivers .. code-block:: kconfig config EDAC_ERROR_INJECT bool "Enable EDAC Error Injection mechanism" depends on EDAC help Enable Error injection capability for test error checking and reporting. Should not be enabled in production system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*