Change license owner to Prevas due to initially wrong owner due to company mix-up during co-development. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
# Copyright (c) 2025 Prevas A/S
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DAC_DAC161S997
|
|
bool "TI DAC161S997 DAC driver"
|
|
default y
|
|
select SPI
|
|
depends on DT_HAS_TI_DAC161S997_ENABLED
|
|
help
|
|
Enable the driver for the TI DAC161S997.
|