zephyr/drivers/dac/Kconfig.stm32
Erwan Gouriou d13f9d9b9b drivers: stm32: Select PINCTRL when required
Select PINCTRL subsystem by drivers which require it.
Prevent the need from enabling this symbol at board or soc level.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-09-03 14:40:55 +01:00

14 lines
292 B
Plaintext

# DAC configuration options
# Copyright (c) 2020 Libre Solar Technologies GmbH
#
# SPDX-License-Identifier: Apache-2.0
config DAC_STM32
bool "STM32 DAC driver"
default y
depends on DT_HAS_ST_STM32_DAC_ENABLED
select PINCTRL
help
Enable the driver implementation for the stm32xx DAC