CONFIG_EDAC_ERROR_INJECT

Enable EDAC Error Injection mechanism

Type: bool

Help

Enable Error injection capability for test error checking
and reporting. Should not be enabled in production system.

Direct dependencies

EDAC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/edac/Kconfig:13

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:108

Menu path: (Top) → Device Drivers → Error Detection and Correction (EDAC) Drivers

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