mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 03:21:57 +00:00
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>
14 lines
292 B
Plaintext
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
|