]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/pinctrl/stm32/Kconfig
Merge tag 'for-linus-20170825' of git://git.infradead.org/linux-mtd
[mirror_ubuntu-artful-kernel.git] / drivers / pinctrl / stm32 / Kconfig
CommitLineData
aceb16dc
MC
1if ARCH_STM32 || COMPILE_TEST
2
3config PINCTRL_STM32
4 bool
5 depends on OF
6 select PINMUX
7 select GENERIC_PINCONF
8 select GPIOLIB
8db63f53 9 select IRQ_DOMAIN_HIERARCHY
0eb9f683 10 select MFD_SYSCON
aceb16dc
MC
11
12config PINCTRL_STM32F429
13 bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
8db63f53 14 depends on OF
aceb16dc
MC
15 default MACH_STM32F429
16 select PINCTRL_STM32
17
ca028dbb
AT
18config PINCTRL_STM32F469
19 bool "STMicroelectronics STM32F469 pin control" if COMPILE_TEST && !MACH_STM32F469
8db63f53 20 depends on OF
ca028dbb
AT
21 default MACH_STM32F469
22 select PINCTRL_STM32
23
25af8bfa
AT
24config PINCTRL_STM32F746
25 bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
8db63f53 26 depends on OF
25af8bfa
AT
27 default MACH_STM32F746
28 select PINCTRL_STM32
29
deb30f51
AT
30config PINCTRL_STM32H743
31 bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743
8db63f53 32 depends on OF
deb30f51
AT
33 default MACH_STM32H743
34 select PINCTRL_STM32
aceb16dc 35endif