CONFIG_EDAC_SHELL

Enable EDAC Shell

Type: bool

Help

Enable EDAC shell for debugging EDAC.

Direct dependencies

SHELL && EDAC

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

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

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_SHELL
    bool "Enable EDAC Shell"
    default y if SHELL
    depends on SHELL && EDAC
    help
      Enable EDAC shell for debugging EDAC.

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