1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config PINCTRL_STM32
5	bool "Pin controller driver for STM32 MCUs"
6	default y
7	depends on DT_HAS_ST_STM32_PINCTRL_ENABLED || DT_HAS_ST_STM32F1_PINCTRL_ENABLED
8	help
9	  Enable pin controller driver for STM32 MCUs
10
11config PINCTRL_STM32_REMAP_INIT_PRIORITY
12	int "Remap initialization priority"
13	default 2
14	depends on PINCTRL_STM32
15	help
16	  Initialization priority for the routine in charge of configuring the
17	  remap for pins PA11/12.
18