Merge git://git.denx.de/u-boot-rockchip
[oweals/u-boot.git] / drivers / pinctrl / Kconfig
index 9cea6f202cf9a003de03fb4d3de3889cbaff6c86..f6616c5329b1e4feaf0a948403887d1974a71cd9 100644 (file)
@@ -248,6 +248,15 @@ config PINCTRL_STM32
          the GPIO definitions and pin control functions for each available
          multiplex function.
 
+config ASPEED_AST2500_PINCTRL
+  bool "Aspeed AST2500 pin control driver"
+  depends on DM && PINCTRL_GENERIC && ASPEED_AST2500
+  default y
+  help
+    Support pin multiplexing control on Aspeed ast2500 SoC. The driver uses
+       Generic Pinctrl framework and is compatible with the Linux driver,
+       i.e. it uses the same device tree configuration.
+
 endif
 
 source "drivers/pinctrl/meson/Kconfig"