summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/stm32/Kconfig
blob: 0f28841b2332c5559e249651f60fca0fa3a9bc99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if ARCH_STM32 || COMPILE_TEST

config PINCTRL_STM32
	bool
	depends on OF
	select PINMUX
	select GENERIC_PINCONF
	select GPIOLIB

config PINCTRL_STM32F429
	bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
	depends on OF
	default MACH_STM32F429
	select PINCTRL_STM32

endif