summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorFrancois Retief <fgretief@spaceteq.co.za>2014-10-27 11:39:03 (GMT)
committerFrancois Retief <fgretief@spaceteq.co.za>2015-11-13 08:23:32 (GMT)
commit3f33f6a28b7a823bfa19157353e8b7c78c63f63c (patch)
treec87f76da1eb6aa2b3b5e3cb08ed5f1f4fdb46f97 /common/Kconfig
parent898cc81da3dd5bfa0f77f1791f76d3512b5e4dce (diff)
downloadu-boot-3f33f6a28b7a823bfa19157353e8b7c78c63f63c.tar.xz
sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig
Add an initr function in the board_r.c file for the AMBA Plug&Play command. Add a Kconfig entry for the ambapp command and remove all CONFIG_CMD_AMBAPP defines from the board configuration headers. Add a Kconfig entry to display the AMBA Plug&Play information on startup. This option is off by default. Remove relevent define from board configuration headers. Signed-off-by: Francois Retief <fgretief@spaceteq.co.za>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 0388a6c..440cb37 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