mvebu: pinctrl: sync compatible string with Linux 4.17-rc4
[oweals/u-boot.git] / drivers / pinctrl / mvebu / Kconfig
index cf9c299f13a98ffe3abc9f41547f484a33aba3e1..07d4f3e216ae1519a33d1187a0c513a0d7bf194a 100644 (file)
@@ -1,7 +1,17 @@
-config PINCTRL_MVEBU
-       depends on ARCH_MVEBU
-       bool
-       default y
+if ARCH_MVEBU
+
+config PINCTRL_ARMADA_37XX
+       depends on ARMADA_3700 && PINCTRL_FULL
+       bool "Armada 37xx pin control driver"
+       help
+          Support pin multiplexing and pin configuration control on
+          Marvell's Armada-37xx SoC.
+
+config PINCTRL_ARMADA_8K
+       depends on ARMADA_8K && PINCTRL_FULL
+       bool "Armada 7k/8k pin control driver"
        help
           Support pin multiplexing and pin configuration control on
           Marvell's Armada-8K SoC.
+
+endif