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