61 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2if ARCH_STM32 || COMPILE_TEST3 4config PINCTRL_STM325 bool6 depends on OF7 select PINMUX8 select GENERIC_PINCONF9 select GPIOLIB10 select IRQ_DOMAIN_HIERARCHY11 select MFD_SYSCON12 13config PINCTRL_STM32F42914 bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F42915 depends on OF && HAS_IOMEM16 default MACH_STM32F42917 select PINCTRL_STM3218 19config PINCTRL_STM32F46920 bool "STMicroelectronics STM32F469 pin control" if COMPILE_TEST && !MACH_STM32F46921 depends on OF && HAS_IOMEM22 default MACH_STM32F46923 select PINCTRL_STM3224 25config PINCTRL_STM32F74626 bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F74627 depends on OF && HAS_IOMEM28 default MACH_STM32F74629 select PINCTRL_STM3230 31config PINCTRL_STM32F76932 bool "STMicroelectronics STM32F769 pin control" if COMPILE_TEST && !MACH_STM32F76933 depends on OF && HAS_IOMEM34 default MACH_STM32F76935 select PINCTRL_STM3236 37config PINCTRL_STM32H74338 bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H74339 depends on OF && HAS_IOMEM40 default MACH_STM32H74341 select PINCTRL_STM3242 43config PINCTRL_STM32MP13544 bool "STMicroelectronics STM32MP135 pin control" if COMPILE_TEST && !MACH_STM32MP1345 depends on OF && HAS_IOMEM46 default MACH_STM32MP1347 select PINCTRL_STM3248 49config PINCTRL_STM32MP15750 bool "STMicroelectronics STM32MP157 pin control" if COMPILE_TEST && !MACH_STM32MP15751 depends on OF && HAS_IOMEM52 default MACH_STM32MP15753 select PINCTRL_STM3254 55config PINCTRL_STM32MP25756 bool "STMicroelectronics STM32MP257 pin control" if COMPILE_TEST && !MACH_STM32MP2557 depends on OF && HAS_IOMEM58 default MACH_STM32MP2559 select PINCTRL_STM3260endif61