15 lines
387 B
Plaintext
15 lines
387 B
Plaintext
# DAC configuration options
|
|
|
|
# Copyright (c) 2020 Libre Solar Technologies GmbH
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Workaround for not being able to have commas in macro arguments
|
|
DT_COMPAT_ST_STM32_DAC := st,stm32-dac
|
|
|
|
config DAC_STM32
|
|
bool "STM32 DAC driver"
|
|
default $(dt_compat_enabled,$(DT_COMPAT_ST_STM32_DAC))
|
|
help
|
|
Enable the driver implementation for the stm32xx DAC
|