]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/pinctrl/Kconfig
ARM: dts: DRA7: use new dra7-specific compatible string
[people/ms/u-boot.git] / drivers / pinctrl / Kconfig
index afca56dff1f0cef39a7b18e634b949e9b13ab977..0a4dd3c0cfd1f587fa10ef7d3e7db707c4795225 100644 (file)
@@ -168,6 +168,16 @@ config PINCTRL_ROCKCHIP_RK3036
          the GPIO definitions and pin control functions for each available
          multiplex function.
 
+config PINCTRL_ROCKCHIP_RK3128
+       bool "Rockchip rk3128 pin control driver"
+       depends on DM
+       help
+         Support pin multiplexing control on Rockchip rk3128 SoCs.
+
+         The driver is controlled by a device tree node which contains both
+         the GPIO definitions and pin control functions for each available
+         multiplex function.
+
 config PINCTRL_ROCKCHIP_RK3188
        bool "Rockchip rk3188 pin control driver"
        depends on DM
@@ -296,5 +306,6 @@ source "drivers/pinctrl/renesas/Kconfig"
 source "drivers/pinctrl/uniphier/Kconfig"
 source "drivers/pinctrl/exynos/Kconfig"
 source "drivers/pinctrl/mvebu/Kconfig"
+source "drivers/pinctrl/broadcom/Kconfig"
 
 endmenu