diff options
Diffstat (limited to 'common/Kconfig')
| -rw-r--r-- | common/Kconfig | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/common/Kconfig b/common/Kconfig index 0388a6c34d4..440cb372a13 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -455,6 +455,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 | 
