18 lines
441 B
Plaintext
18 lines
441 B
Plaintext
# Configuration for STM32 pinmux
|
|
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config PINMUX_STM32
|
|
bool "Pinmux driver for STM32 MCUs"
|
|
depends on SOC_FAMILY_STM32
|
|
help
|
|
Enable pin multiplexer for STM32 MCUs
|
|
|
|
config PINMUX_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.
|