The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_DAC_SHELL

Enable DAC shell

Type: bool

Help

Enable DAC related shell commands.

Direct dependencies

SHELL && DAC

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/dac/Kconfig:20

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:52

Menu path: (Top) → Device Drivers → DAC drivers

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.)