zephyr/drivers/dac/Kconfig.mcux
Daniel DeGrasse 9e12d23f11 drivers: dac: add pinctrl support to dac_mcux_dac32 driver
add pinctrl support to dac_mcux_dac32 driver

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2022-03-22 12:36:04 +01:00

25 lines
557 B
Plaintext

# DAC configuration options
# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
#
# SPDX-License-Identifier: Apache-2.0
config DAC_MCUX_DAC
bool "NXP Kinetis MCUX DAC driver"
depends on HAS_MCUX_DAC
help
Enable the driver for the NXP Kinetis MCUX DAC.
config DAC_MCUX_DAC32
bool "NXP Kinetis MCUX DAC32 driver"
depends on HAS_MCUX_DAC32
select PINCTRL
help
Enable the driver for the NXP Kinetis MCUX DAC32.
config DAC_MCUX_DAC32_TESTOUT
bool "DAC test output"
depends on DAC_MCUX_DAC32
help
Enable the DAC test output.