zephyr/drivers/dac/Kconfig.mcux
Henrik Brix Andersen 6494ce2607 drivers: dac: mcux_dac32: add Kconfig option for enabling test output
Add a Kconfig option for enabling the DAC test output. On the NXP
KE1xF the DAC test output is internally routed to ADCx SE23.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2020-07-03 08:05:25 -04:00

24 lines
548 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
help
Enable the driver for the NXP Kinetis MCUX DAC32.
config DAC_MCUX_DAC32_TESTOUT
bool "Enable DAC test output"
depends on DAC_MCUX_DAC32
help
Enable the DAC test output.