:orphan: .. title:: CONFIG_DAC_STM32 .. kconfig:: CONFIG_DAC_STM32 CONFIG_DAC_STM32 ################ *STM32 DAC driver* Type: ``bool`` Help ==== .. code-block:: none Enable the driver implementation for the stm32xx DAC Direct dependencies =================== \ :kconfig:`DAC ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/dac/Kconfig.stm32:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:52`` → ``/dac/Kconfig:29`` Menu path: (Top) → Device Drivers → DAC drivers .. code-block:: kconfig config DAC_STM32 bool "STM32 DAC driver" default n depends on DAC help Enable the driver implementation for the stm32xx DAC *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*