aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/stm32/Kconfig
blob: c03dce7a22df2d67bcf607fb63656fd5a4a39c1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if ARCH_STM32 || COMPILE_TEST

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

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

config PINCTRL_STM32F746
	bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
	depends on OF && IRQ_DOMAIN_HIERARCHY
	default MACH_STM32F746
	select PINCTRL_STM32

endif