:orphan: .. title:: CONFIG_EDAC_ERROR_INJECT .. kconfig:: CONFIG_EDAC_ERROR_INJECT 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 =================== \ :kconfig:`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:42`` → ``/Kconfig:110`` 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.)*