2020-02-16 13:58:28 +01:00
|
|
|
# DAC configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-02-16 14:50:58 +01:00
|
|
|
config DAC_MCUX_DAC
|
|
|
|
bool "NXP Kinetis MCUX DAC driver"
|
2022-07-28 13:04:19 +02:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_NXP_KINETIS_DAC_ENABLED
|
2020-02-16 14:50:58 +01:00
|
|
|
help
|
|
|
|
Enable the driver for the NXP Kinetis MCUX DAC.
|
|
|
|
|
2020-02-16 13:58:28 +01:00
|
|
|
config DAC_MCUX_DAC32
|
|
|
|
bool "NXP Kinetis MCUX DAC32 driver"
|
2022-07-28 13:04:19 +02:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_NXP_KINETIS_DAC32_ENABLED
|
2022-03-08 21:43:29 +01:00
|
|
|
select PINCTRL
|
2020-02-16 13:58:28 +01:00
|
|
|
help
|
|
|
|
Enable the driver for the NXP Kinetis MCUX DAC32.
|
2020-05-22 10:10:26 +02:00
|
|
|
|
2023-08-14 08:08:26 +02:00
|
|
|
config DAC_MCUX_LPDAC
|
|
|
|
bool "NXP MCUX LPDAC driver"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_NXP_LPDAC_ENABLED
|
|
|
|
help
|
|
|
|
Enable the driver for the NXP MCUX LPDAC.
|
|
|
|
|
2020-05-22 10:10:26 +02:00
|
|
|
config DAC_MCUX_DAC32_TESTOUT
|
2022-03-09 12:05:12 +01:00
|
|
|
bool "DAC test output"
|
2020-05-22 10:10:26 +02:00
|
|
|
depends on DAC_MCUX_DAC32
|
|
|
|
help
|
|
|
|
Enable the DAC test output.
|