drivers: pinctrl: stm32: Kconfig: add missing dependency

Add a missing `PINCTRL_STM32` dependency
for `PINCTRL_STM32_REMAP_INIT_PRIORITY` option to use
that option only when STM32 pinctrl driver is being used.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-08-08 10:15:50 +02:00 committed by Carles Cufí
parent 7911fc3c35
commit e0101e244d

View file

@ -11,6 +11,7 @@ config PINCTRL_STM32
config PINCTRL_STM32_REMAP_INIT_PRIORITY
int "Remap initialization priority"
default 2
depends on PINCTRL_STM32
help
Initialization priority for the routine in charge of configuring the
remap for pins PA11/12.