:orphan: .. title:: CONFIG_DAC_GD32 .. kconfig:: CONFIG_DAC_GD32 CONFIG_DAC_GD32 ############### *GD32 DAC driver* Type: ``bool`` Help ==== .. code-block:: none Enable GigaDevice GD32 DAC driver Direct dependencies =================== (\ :kconfig:`SOC_FAMILY_GD32 ` || \ :kconfig:`SOC_SERIES_GD32VF103 `) && \ :kconfig:`DAC ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/dac/Kconfig.gd32:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:52`` → ``/dac/Kconfig:47`` Menu path: (Top) → Device Drivers → DAC drivers .. code-block:: kconfig config DAC_GD32 bool "GD32 DAC driver" default n depends on (SOC_FAMILY_GD32 || SOC_SERIES_GD32VF103) && DAC help Enable GigaDevice GD32 DAC driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*