The latest development version of this page may be more current than this released 2.7.5 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:20

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:22

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:42drivers/Kconfig:52drivers/dac/Kconfig:35

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