1# DAC configuration options
2
3# Copyright (c) 2020 Libre Solar Technologies GmbH
4#
5# SPDX-License-Identifier: Apache-2.0
6
7config DAC_STM32
8	bool "STM32 DAC driver"
9	default y
10	depends on DT_HAS_ST_STM32_DAC_ENABLED
11	help
12	  Enable the driver implementation for the stm32xx DAC
13