1 # SPDX-License-Identifier: GPL-2.0-only
2 if ARCH_STM32 || COMPILE_TEST
10 select IRQ_DOMAIN_HIERARCHY
13 config PINCTRL_STM32F429
14 bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
15 depends on OF && HAS_IOMEM
16 default MACH_STM32F429
19 config PINCTRL_STM32F469
20 bool "STMicroelectronics STM32F469 pin control" if COMPILE_TEST && !MACH_STM32F469
21 depends on OF && HAS_IOMEM
22 default MACH_STM32F469
25 config PINCTRL_STM32F746
26 bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
27 depends on OF && HAS_IOMEM
28 default MACH_STM32F746
31 config PINCTRL_STM32F769
32 bool "STMicroelectronics STM32F769 pin control" if COMPILE_TEST && !MACH_STM32F769
33 depends on OF && HAS_IOMEM
34 default MACH_STM32F769
37 config PINCTRL_STM32H743
38 bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743
39 depends on OF && HAS_IOMEM
40 default MACH_STM32H743
43 config PINCTRL_STM32MP157
44 bool "STMicroelectronics STM32MP157 pin control" if COMPILE_TEST && !MACH_STM32MP157
45 depends on OF && HAS_IOMEM
46 default MACH_STM32MP157