CONFIG_DAC_MCP4725¶
Microchip MCP4725 DAC driver
Type: bool
Help¶
Enable the driver for the Microchip MCP4725.
Direct dependencies¶
(DAC
&& BOARD_BL5340_DVK_CPUAPP
&& (BOARD_BL5340_DVK_CPUAPP
|| BOARD_BL5340_DVK_CPUAPP_NS
)) || (DAC
&& BOARD_BL652_DVK
) || (DAC
&& BOARD_BL653_DVK
) || (DAC
&& BOARD_BL654_DVK
) || (I2C
&& DAC
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
Kconfig definitions¶
At boards/arm/bl5340_dvk/Kconfig.defconfig:25
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config DAC_MCP4725
bool
default y
depends on DAC && BOARD_BL5340_DVK_CPUAPP && (BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPP_NS)
At boards/arm/bl652_dvk/Kconfig.defconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config DAC_MCP4725
bool
default y
depends on DAC && BOARD_BL652_DVK
At boards/arm/bl653_dvk/Kconfig.defconfig:20
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config DAC_MCP4725
bool
default y
depends on DAC && BOARD_BL653_DVK
At boards/arm/bl654_dvk/Kconfig.defconfig:16
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config DAC_MCP4725
bool
default y
depends on DAC && BOARD_BL654_DVK
At drivers/dac/Kconfig.mcp4725:7
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:52
→ drivers/dac/Kconfig:45
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.)