12 lines
283 B
Plaintext
12 lines
283 B
Plaintext
|
# DAC configuration options
|
||
|
|
||
|
# Copyright (c) 2020 Henrik Brix Andersen <henrik@brixandersen.dk>
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
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.
|