1# DAC configuration options 2 3# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk> 4# 5# SPDX-License-Identifier: Apache-2.0 6 7config DAC_MCUX_DAC 8 bool "NXP Kinetis MCUX DAC driver" 9 default y 10 depends on DT_HAS_NXP_KINETIS_DAC_ENABLED 11 help 12 Enable the driver for the NXP Kinetis MCUX DAC. 13 14config DAC_MCUX_DAC32 15 bool "NXP Kinetis MCUX DAC32 driver" 16 default y 17 depends on DT_HAS_NXP_KINETIS_DAC32_ENABLED 18 select PINCTRL 19 help 20 Enable the driver for the NXP Kinetis MCUX DAC32. 21 22config DAC_MCUX_LPDAC 23 bool "NXP MCUX LPDAC driver" 24 default y 25 depends on DT_HAS_NXP_LPDAC_ENABLED 26 help 27 Enable the driver for the NXP MCUX LPDAC. 28 29config DAC_MCUX_DAC32_TESTOUT 30 bool "DAC test output" 31 depends on DAC_MCUX_DAC32 32 help 33 Enable the DAC test output. 34