Input: xpad - add support for Xbox1 PDP Camo series gamepad
[linux/fpc-iii.git] / drivers / pinctrl / stm32 / Kconfig
blobc03dce7a22df2d67bcf607fb63656fd5a4a39c1d
1 if ARCH_STM32 || COMPILE_TEST
3 config PINCTRL_STM32
4         bool
5         depends on OF
6         select PINMUX
7         select GENERIC_PINCONF
8         select GPIOLIB
9         select MFD_SYSCON
11 config PINCTRL_STM32F429
12         bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
13         depends on OF && IRQ_DOMAIN_HIERARCHY
14         default MACH_STM32F429
15         select PINCTRL_STM32
17 config PINCTRL_STM32F746
18         bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
19         depends on OF && IRQ_DOMAIN_HIERARCHY
20         default MACH_STM32F746
21         select PINCTRL_STM32
23 endif