:orphan: .. title:: DAC_SHELL .. option:: CONFIG_DAC_SHELL *Enable DAC shell* Type: ``bool`` Help ==== Enable DAC related shell commands. Direct dependencies =================== \ :option:`SHELL ` && \ :option:`DAC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/dac/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:50`` Menu path: (Top) → Device Drivers → DAC drivers .. parsed-literal:: config DAC_SHELL bool "Enable DAC shell" default y depends on \ :option:`SHELL ` && \ :option:`DAC ` help Enable DAC related shell commands. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*