zephyr/drivers/dac/Kconfig.stm32
Martin Jäger 414527926d drivers: dac: Add support for STM32L0 series
First implementation for STM32L0 series MCUs to be used for testing.

Signed-off-by: Martin Jäger <martin@libre.solar>
2020-04-20 17:41:48 +02:00

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