CONFIG_DAC_MCUX_DAC32¶
NXP Kinetis MCUX DAC32 driver
Type: bool
Help¶
Enable the driver for the NXP Kinetis MCUX DAC32.
Direct dependencies¶
(DAC && SOC_SERIES_KINETIS_KE1XF) || (DAC && SOC_SERIES_KINETIS_KE1XF) || (HAS_MCUX_DAC32 && DAC)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:98
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7
Menu path: (Top)
config DAC_MCUX_DAC32
    bool
    default y
    depends on DAC && SOC_SERIES_KINETIS_KE1XF
At <Zephyr SoC>/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:98
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7
Menu path: (Top)
config DAC_MCUX_DAC32
    bool
    default y
    depends on DAC && SOC_SERIES_KINETIS_KE1XF
At <Zephyr Driver>/dac/Kconfig.mcux:13
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:52 → <Zephyr Driver>/dac/Kconfig:27
Menu path: (Top) → Device Drivers → DAC drivers
config DAC_MCUX_DAC32
    bool "NXP Kinetis MCUX DAC32 driver"
    depends on HAS_MCUX_DAC32 && DAC
    help
      Enable the driver for the NXP Kinetis MCUX DAC32.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)