-
CONFIG_DAC_MCUX_DAC
¶
NXP Kinetis MCUX DAC driver
Type: bool
Help¶
Enable the driver for the NXP Kinetis MCUX DAC.
Direct dependencies¶
(DAC
&& SOC_MK22F51212
&& SOC_SERIES_KINETIS_K2X
) || (DAC
&& SOC_MK64F12
&& SOC_SERIES_KINETIS_K6X
) || (HAS_MCUX_DAC
&& DAC
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <Zephyr>/soc/arm/nxp_kinetis/k2x/Kconfig.defconfig.mk22f12:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3
→ <Zephyr>/soc/arm/nxp_kinetis/k2x/Kconfig.defconfig.series:18
Menu path: (Top)
config DAC_MCUX_DAC
bool
default y
depends on DAC && SOC_MK22F51212 && SOC_SERIES_KINETIS_K2X
At <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.mk64f12:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3
→ <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:26
Menu path: (Top)
config DAC_MCUX_DAC
bool
default y
depends on DAC && SOC_MK64F12 && SOC_SERIES_KINETIS_K6X
At <Zephyr>/drivers/dac/Kconfig.mcux:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:50
→ <Zephyr>/drivers/dac/Kconfig:27
Menu path: (Top) → Device Drivers → DAC drivers
config DAC_MCUX_DAC
bool "NXP Kinetis MCUX DAC driver"
depends on HAS_MCUX_DAC && DAC
help
Enable the driver for the NXP Kinetis MCUX DAC.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)