:orphan: .. title:: EDAC_SHELL .. option:: CONFIG_EDAC_SHELL *Enable EDAC Shell* Type: ``bool`` Help ==== Enable EDAC shell for debugging EDAC. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`EDAC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`SHELL ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/edac/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:110`` Menu path: (Top) → Device Drivers → Error Detection and Correction (EDAC) Drivers .. parsed-literal:: config EDAC_SHELL bool "Enable EDAC Shell" default y if \ :option:`SHELL ` depends on \ :option:`SHELL ` && \ :option:`EDAC ` help Enable EDAC shell for debugging EDAC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*