17 lines
439 B
Plaintext
17 lines
439 B
Plaintext
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINCTRL_STM32
|
|
bool "Pin controller driver for STM32 MCUs"
|
|
depends on SOC_FAMILY_STM32
|
|
default y
|
|
help
|
|
Enable pin controller driver for STM32 MCUs
|
|
|
|
config PINCTRL_STM32_REMAP_INIT_PRIORITY
|
|
int "Remap initialization priority"
|
|
default 2
|
|
help
|
|
Initialization priority for the routine in charge of configuring the
|
|
remap for pins PA11/12.
|