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 <Zephyr>/boards/arm/bl5340_dvk/Kconfig.defconfig:25
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/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 <Zephyr>/boards/arm/bl652_dvk/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config DAC_MCP4725
bool
default y
depends on DAC && BOARD_BL652_DVK
At <Zephyr>/boards/arm/bl653_dvk/Kconfig.defconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config DAC_MCP4725
bool
default y
depends on DAC && BOARD_BL653_DVK
At <Zephyr>/boards/arm/bl654_dvk/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config DAC_MCP4725
bool
default y
depends on DAC && BOARD_BL654_DVK
At <Zephyr>/drivers/dac/Kconfig.mcp4725:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:52
→ <Zephyr>/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.)