zephyr/drivers/pinctrl/Kconfig.stm32
Gerard Marull-Paretas 9c10e1e988 drivers: pinctrl: stm32: initial version
Add initial version for STM32 pinctrl driver. Driver has been written
re-using many of the already existing parts in
drivers/pinmux/pinmux_stm32.c.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-11-26 11:36:42 +01:00

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.