]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pinctrl/stm32/Kconfig
Merge tag 'for-linus-4.11-ofs2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / drivers / pinctrl / stm32 / Kconfig
index 4c40dae384d13233df118f4b3142cbc91dfcd117..f5ccabd8535ef20d4d7ffbc407792635586f9b91 100644 (file)
@@ -6,17 +6,23 @@ config PINCTRL_STM32
        select PINMUX
        select GENERIC_PINCONF
        select GPIOLIB
+       select MFD_SYSCON
 
 config PINCTRL_STM32F429
        bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
-       depends on OF
+       depends on OF && IRQ_DOMAIN_HIERARCHY
        default MACH_STM32F429
        select PINCTRL_STM32
 
 config PINCTRL_STM32F746
        bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
-       depends on OF
+       depends on OF && IRQ_DOMAIN_HIERARCHY
        default MACH_STM32F746
        select PINCTRL_STM32
 
+config PINCTRL_STM32H743
+       bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743
+       depends on OF && IRQ_DOMAIN_HIERARCHY
+       default MACH_STM32H743
+       select PINCTRL_STM32
 endif