xref: /openbmc/linux/drivers/pinctrl/stm32/Kconfig (revision deb30f51)
1aceb16dcSMaxime Coquelinif ARCH_STM32 || COMPILE_TEST
2aceb16dcSMaxime Coquelin
3aceb16dcSMaxime Coquelinconfig PINCTRL_STM32
4aceb16dcSMaxime Coquelin	bool
5aceb16dcSMaxime Coquelin	depends on OF
6aceb16dcSMaxime Coquelin	select PINMUX
7aceb16dcSMaxime Coquelin	select GENERIC_PINCONF
8aceb16dcSMaxime Coquelin	select GPIOLIB
90eb9f683SAlexandre TORGUE	select MFD_SYSCON
10aceb16dcSMaxime Coquelin
11aceb16dcSMaxime Coquelinconfig PINCTRL_STM32F429
12aceb16dcSMaxime Coquelin	bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
1349cf2f29SArnd Bergmann	depends on OF && IRQ_DOMAIN_HIERARCHY
14aceb16dcSMaxime Coquelin	default MACH_STM32F429
15aceb16dcSMaxime Coquelin	select PINCTRL_STM32
16aceb16dcSMaxime Coquelin
1725af8bfaSAlexandre TORGUEconfig PINCTRL_STM32F746
1825af8bfaSAlexandre TORGUE	bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
1949cf2f29SArnd Bergmann	depends on OF && IRQ_DOMAIN_HIERARCHY
2025af8bfaSAlexandre TORGUE	default MACH_STM32F746
2125af8bfaSAlexandre TORGUE	select PINCTRL_STM32
2225af8bfaSAlexandre TORGUE
23*deb30f51SAlexandre TORGUEconfig PINCTRL_STM32H743
24*deb30f51SAlexandre TORGUE	bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743
25*deb30f51SAlexandre TORGUE	depends on OF && IRQ_DOMAIN_HIERARCHY
26*deb30f51SAlexandre TORGUE	default MACH_STM32H743
27*deb30f51SAlexandre TORGUE	select PINCTRL_STM32
28aceb16dcSMaxime Coquelinendif
29