Kconfig 1.26 KB
Newer Older
1 2 3 4 5 6 7 8
if ARCH_STM32 || COMPILE_TEST

config PINCTRL_STM32
	bool
	depends on OF
	select PINMUX
	select GENERIC_PINCONF
	select GPIOLIB
9
	select IRQ_DOMAIN_HIERARCHY
10
	select MFD_SYSCON
11 12 13

config PINCTRL_STM32F429
	bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
14
	depends on OF && HAS_IOMEM
15 16 17
	default MACH_STM32F429
	select PINCTRL_STM32

18 19
config PINCTRL_STM32F469
	bool "STMicroelectronics STM32F469 pin control" if COMPILE_TEST && !MACH_STM32F469
20
	depends on OF && HAS_IOMEM
21 22 23
	default MACH_STM32F469
	select PINCTRL_STM32

24 25
config PINCTRL_STM32F746
	bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
26
	depends on OF && HAS_IOMEM
27 28 29
	default MACH_STM32F746
	select PINCTRL_STM32

30 31
config PINCTRL_STM32F769
	bool "STMicroelectronics STM32F769 pin control" if COMPILE_TEST && !MACH_STM32F769
32
	depends on OF && HAS_IOMEM
33 34 35
	default MACH_STM32F769
	select PINCTRL_STM32

36 37
config PINCTRL_STM32H743
	bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743
38
	depends on OF && HAS_IOMEM
39 40
	default MACH_STM32H743
	select PINCTRL_STM32
41 42 43

config PINCTRL_STM32MP157
	bool "STMicroelectronics STM32MP157 pin control" if COMPILE_TEST && !MACH_STM32MP157
44
	depends on OF && HAS_IOMEM
45 46
	default MACH_STM32MP157
	select PINCTRL_STM32
47
endif