-
CONFIG_DAC_MCP4725
¶
Microchip MCP4725 DAC driver
Type: bool
Help¶
Enable the driver for the Microchip MCP4725.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/dac/Kconfig.mcp4725:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:50
→ <Zephyr>/drivers/dac/Kconfig:37
Menu path: (Top) → Device Drivers → DAC drivers
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.)