The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_DAC_DACX0508

TI DACx0508 DAC driver

Type: bool

Help

Enable the driver for the TI DACx0508.

Direct dependencies

(DAC && SHIELD_DAC80508_EVM) || (DAC && SHIELD_DAC80508_EVM) || (SPI && DAC)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At boards/shields/dac80508_evm/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:17doc/_build/Kconfig/Kconfig.shield.defconfig:1

Menu path: (Top)

config DAC_DACX0508
    bool
    default y
    depends on DAC && SHIELD_DAC80508_EVM

At boards/shields/dac80508_evm/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config DAC_DACX0508
    bool
    default y
    depends on DAC && SHIELD_DAC80508_EVM

At drivers/dac/Kconfig.dacx0508:7

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:50drivers/dac/Kconfig:33

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

config DAC_DACX0508
    bool "TI DACx0508 DAC driver"
    depends on SPI && DAC
    help
      Enable the driver for the TI DACx0508.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)