:orphan: .. title:: CONFIG_EDAC_SHELL .. kconfig:: CONFIG_EDAC_SHELL CONFIG_EDAC_SHELL ################# *Enable EDAC Shell* Type: ``bool`` Help ==== .. code-block:: none Enable EDAC shell for debugging EDAC. Direct dependencies =================== \ :kconfig:`SHELL ` && \ :kconfig:`EDAC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :kconfig:`SHELL ` Kconfig definition ================== At ``/edac/Kconfig:19`` 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_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.)*