]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/pinctrl/Kconfig
rockchip: rk3036: Add pinctrl driver
[people/ms/u-boot.git] / drivers / pinctrl / Kconfig
index 3b6e3b7060d0001cb54a28bbc36fcc76e2c75423..57e6142c501a0731c5a6069f64a237d56429ac56 100644 (file)
@@ -114,6 +114,15 @@ config ROCKCHIP_PINCTRL
          definitions and pin control functions for each available multiplex
          function.
 
+config ROCKCHIP_3036_PINCTRL
+       bool "Rockchip rk3036 pin control driver"
+       depends on DM
+       help
+         Support pin multiplexing control on Rockchip rk3036 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_SANDBOX
        bool "Sandbox pinctrl driver"
        depends on SANDBOX