]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/gpio/Kconfig
gpio: Add DM GPIO driver for Marvell MVEBU
[karo-tx-uboot.git] / drivers / gpio / Kconfig
index a5da5e7e8825f4bf3ed8f1e00f934ac997ad4608..23113090b3982208fd09f8410b6b43c94d31edbd 100644 (file)
@@ -105,4 +105,11 @@ config PIC32_GPIO
        help
          Say yes here to support Microchip PIC32 GPIOs.
 
+config MVEBU_GPIO
+       bool "Marvell MVEBU GPIO driver"
+       depends on DM_GPIO && ARCH_MVEBU
+       default y
+       help
+         Say yes here to support Marvell MVEBU (Armada XP/38x) GPIOs.
+
 endmenu