:orphan: .. title:: EDAC_IBECC .. option:: CONFIG_EDAC_IBECC *In-Band ECC (IBECC)* Type: ``bool`` Help ==== .. code-block:: none This option selects In-Band ECC (IBECC) IP support. Direct dependencies =================== \ :option:`X86 ` && \ :option:`EDAC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/edac/Kconfig:26`` 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_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.)*