mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 14:05:22 +00:00
Add driver shim for the NXP Kinetis Digital-to-Analog (DAC) module. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
18 lines
422 B
Plaintext
18 lines
422 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.
|