summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorDaniel Schultz <d.schultz@phytec.de>2015-08-03 14:41:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-08-06 12:30:17 +0200
commit99b03a709daed7a015b80fe52861913f017889ed (patch)
treec7bc45b52a6e684aaa15f642b4a920d9b385e026 /commands/Kconfig
parentbde98d9c2010b787a5f7173d315f221e2ad2a491 (diff)
downloadbarebox-99b03a709daed7a015b80fe52861913f017889ed.tar.gz
barebox-99b03a709daed7a015b80fe52861913f017889ed.tar.xz
commands: Add dhrystone
This tool will help to measure the system performance. Some SoCs haven't the possibility to route their clocks to the output pins. So you can use dhrystone to get a feedback about the clock speed. Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index bb6674e6c2..30485c0515 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -2102,6 +2102,12 @@ config CMD_STATE
depends on STATE
prompt "state"
+config CMD_DHRYSTONE
+ bool
+ prompt "dhrystone"
+ help
+ CPU benchmark tool
+
# end Miscellaneous commands
endmenu