zephyr/drivers/dac/Kconfig.stm32

15 lines
387 B
Plaintext
Raw Permalink Normal View History

# 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