diff options
-rw-r--r-- | drivers/pinctrl/stm32/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/pinctrl/stm32/Kconfig b/drivers/pinctrl/stm32/Kconfig index 3b8026fca057..7e1fe39a56a5 100644 --- a/drivers/pinctrl/stm32/Kconfig +++ b/drivers/pinctrl/stm32/Kconfig | |||
@@ -6,29 +6,30 @@ config PINCTRL_STM32 | |||
6 | select PINMUX | 6 | select PINMUX |
7 | select GENERIC_PINCONF | 7 | select GENERIC_PINCONF |
8 | select GPIOLIB | 8 | select GPIOLIB |
9 | select IRQ_DOMAIN_HIERARCHY | ||
9 | select MFD_SYSCON | 10 | select MFD_SYSCON |
10 | 11 | ||
11 | config PINCTRL_STM32F429 | 12 | config PINCTRL_STM32F429 |
12 | bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429 | 13 | bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429 |
13 | depends on OF && IRQ_DOMAIN_HIERARCHY | 14 | depends on OF |
14 | default MACH_STM32F429 | 15 | default MACH_STM32F429 |
15 | select PINCTRL_STM32 | 16 | select PINCTRL_STM32 |
16 | 17 | ||
17 | config PINCTRL_STM32F469 | 18 | config PINCTRL_STM32F469 |
18 | bool "STMicroelectronics STM32F469 pin control" if COMPILE_TEST && !MACH_STM32F469 | 19 | bool "STMicroelectronics STM32F469 pin control" if COMPILE_TEST && !MACH_STM32F469 |
19 | depends on OF && IRQ_DOMAIN_HIERARCHY | 20 | depends on OF |
20 | default MACH_STM32F469 | 21 | default MACH_STM32F469 |
21 | select PINCTRL_STM32 | 22 | select PINCTRL_STM32 |
22 | 23 | ||
23 | config PINCTRL_STM32F746 | 24 | config PINCTRL_STM32F746 |
24 | bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746 | 25 | bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746 |
25 | depends on OF && IRQ_DOMAIN_HIERARCHY | 26 | depends on OF |
26 | default MACH_STM32F746 | 27 | default MACH_STM32F746 |
27 | select PINCTRL_STM32 | 28 | select PINCTRL_STM32 |
28 | 29 | ||
29 | config PINCTRL_STM32H743 | 30 | config PINCTRL_STM32H743 |
30 | bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743 | 31 | bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743 |
31 | depends on OF && IRQ_DOMAIN_HIERARCHY | 32 | depends on OF |
32 | default MACH_STM32H743 | 33 | default MACH_STM32H743 |
33 | select PINCTRL_STM32 | 34 | select PINCTRL_STM32 |
34 | endif | 35 | endif |