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