Merge branch 'master' of git://git.denx.de/u-boot-spi
[platform/kernel/u-boot.git] / drivers / pinctrl / Kconfig
index 7e8e4b0..7e6fad3 100644 (file)
@@ -47,9 +47,9 @@ config PINMUX
        default y
        help
          This option enables pin multiplexing through the generic pinctrl
-         framework. Most SoCs have their own own multiplexing arrangement
-         where a single pin can be used for several functions. An SoC pinctrl
-         driver allows the required function to be selected for each pin.
+         framework. Most SoCs have their own multiplexing arrangement where
+         a single pin can be used for several functions. An SoC pinctrl driver
+         allows the required function to be selected for each pin.
          The driver is typically controlled by the device tree.
 
 config PINCONF
@@ -301,10 +301,12 @@ config ASPEED_AST2500_PINCTRL
 endif
 
 source "drivers/pinctrl/meson/Kconfig"
+source "drivers/pinctrl/mediatek/Kconfig"
 source "drivers/pinctrl/nxp/Kconfig"
 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