blob: 4c40dae384d13233df118f4b3142cbc91dfcd117 [file] [log] [blame]
Maxime Coquelinaceb16d2016-01-14 13:16:30 +01001if ARCH_STM32 || COMPILE_TEST
2
3config PINCTRL_STM32
4 bool
5 depends on OF
6 select PINMUX
7 select GENERIC_PINCONF
8 select GPIOLIB
9
10config PINCTRL_STM32F429
11 bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
12 depends on OF
13 default MACH_STM32F429
14 select PINCTRL_STM32
15
Alexandre TORGUE25af8bf2016-07-11 10:43:40 +020016config PINCTRL_STM32F746
17 bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
18 depends on OF
19 default MACH_STM32F746
20 select PINCTRL_STM32
21
Maxime Coquelinaceb16d2016-01-14 13:16:30 +010022endif