2021-09-06 14:33:46 +02:00
|
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config PINCTRL_STM32
|
|
|
|
bool "Pin controller driver for STM32 MCUs"
|
|
|
|
default y
|
2022-07-20 20:49:27 +02:00
|
|
|
depends on DT_HAS_ST_STM32_PINCTRL_ENABLED || DT_HAS_ST_STM32F1_PINCTRL_ENABLED
|
2021-09-06 14:33:46 +02:00
|
|
|
help
|
|
|
|
Enable pin controller driver for STM32 MCUs
|
|
|
|
|
|
|
|
config PINCTRL_STM32_REMAP_INIT_PRIORITY
|
|
|
|
int "Remap initialization priority"
|
|
|
|
default 2
|
2022-08-08 10:15:50 +02:00
|
|
|
depends on PINCTRL_STM32
|
2021-09-06 14:33:46 +02:00
|
|
|
help
|
|
|
|
Initialization priority for the routine in charge of configuring the
|
|
|
|
remap for pins PA11/12.
|