]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/gpio/Kconfig
kconfig: remove redundant 'default n'
[karo-tx-uboot.git] / drivers / gpio / Kconfig
index 0c43777cef9dacdeb5d878a3500d4de35450b2b8..6264c03443eced21906e0690070e28acaddcd582 100644 (file)
@@ -1,3 +1,9 @@
+#
+# GPIO infrastructure and drivers
+#
+
+menu "GPIO Support"
+
 config DM_GPIO
        bool "Enable Driver Model for GPIO drivers"
        depends on DM
@@ -8,10 +14,15 @@ config DM_GPIO
          particular GPIOs that they provide. The uclass interface
          is defined in include/asm-generic/gpio.h.
 
+config DWAPB_GPIO
+       bool "DWAPB GPIO driver"
+       depends on DM && DM_GPIO
+       help
+         Support for the Designware APB GPIO driver.
+
 config LPC32XX_GPIO
        bool "LPC32XX GPIO driver"
        depends on DM
-       default n
        help
          Support for the LPC32XX GPIO driver.
 
@@ -39,6 +50,7 @@ config SANDBOX_GPIO_COUNT
 config VYBRID_GPIO
        bool "Vybrid GPIO driver"
        depends on DM
-       default n
        help
          Say yes here to support Vybrid vf610 GPIOs.
+
+endmenu