gpio: sifive: add support for DM based gpio driver for FU540-SoC
[oweals/u-boot.git] / drivers / gpio / Kconfig
index f2dabb554fa9b2d67ebf2f57e0f084a947f6884e..39f2c7e3283313ca428fea559af64348e859552b 100644 (file)
@@ -285,6 +285,13 @@ config STM32_GPIO
          usable on many stm32 families like stm32f4/f7/h7 and stm32mp1.
          Tested on STM32F7.
 
+config SIFIVE_GPIO
+       bool "SiFive GPIO driver"
+       depends on DM_GPIO
+       help
+         Device model driver for GPIO controller present in SiFive FU540 SoC. This
+         driver enables GPIO interface on HiFive Unleashed A00 board.
+
 config MVEBU_GPIO
        bool "Marvell MVEBU GPIO driver"
        depends on DM_GPIO && ARCH_MVEBU