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