common: add CMD_GPIO to Kconfig
[platform/kernel/u-boot.git] / common / Kconfig
index 0388a6c..620d41f 100644 (file)
@@ -355,6 +355,12 @@ config CMD_REMOTEPROC
        depends on REMOTEPROC
        help
          Support for Remote Processor control
+
+config CMD_GPIO
+       bool "gpio"
+       help
+         GPIO support.
+
 endmenu
 
 
@@ -455,6 +461,20 @@ endmenu
 
 menu "Misc commands"
 
+config CMD_AMBAPP
+       bool "ambapp"
+       depends on LEON3
+       default y
+       help
+         Lists AMBA Plug-n-Play information.
+
+config SYS_AMBAPP_PRINT_ON_STARTUP
+       bool "Show AMBA PnP info on startup"
+       depends on CMD_AMBAPP
+       default n
+       help
+         Show AMBA Plug-n-Play information on startup.
+
 config CMD_TIME
        bool "time"
        help