]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/gpio/Kconfig
lpc32xx: add GPIO support
[karo-tx-uboot.git] / drivers / gpio / Kconfig
index b609e73bbaf5fe4993b6a560ef9101c4363ec5e2..7b5178a23a4f623b8fddc3ea2520bf9c4fca2d5f 100644 (file)
@@ -7,3 +7,10 @@ config DM_GPIO
          the GPIO uclass. Drivers provide methods to query the
          particular GPIOs that they provide. The uclass interface
          is defined in include/asm-generic/gpio.h.
+
+config LPC32XX_GPIO
+       bool "LPC32XX GPIO driver"
+       depends on DM
+       default n
+       help
+         Support for the LPC32XX GPIO driver.