The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_EDAC_IBECC

In-Band ECC (IBECC)

Type: bool

Help

This option selects In-Band ECC (IBECC) IP support.

Direct dependencies

X86 && EDAC

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/edac/Kconfig:26

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:110

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

config EDAC_IBECC
    bool "In-Band ECC (IBECC)"
    depends on X86 && EDAC
    help
      This option selects In-Band ECC (IBECC) IP support.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)