:orphan: .. title:: CONFIG_DAC_MCP4725 .. kconfig:: CONFIG_DAC_MCP4725 CONFIG_DAC_MCP4725 ################## *Microchip MCP4725 DAC driver* Type: ``bool`` Help ==== .. code-block:: none Enable the driver for the Microchip MCP4725. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`DAC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/dac/Kconfig.mcp4725:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:52`` → ``/dac/Kconfig:39`` Menu path: (Top) → Device Drivers → DAC drivers .. code-block:: kconfig config DAC_MCP4725 bool "Microchip MCP4725 DAC driver" depends on I2C && DAC help Enable the driver for the Microchip MCP4725. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*