summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-06-23 15:38:23 -0600
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:19 -0600
commitd1389403ccb93df569e1559ef37edc53e8dbd589 (patch)
tree70ca67d47a4b45747465aeb230cc04d63af9386b /lib/Kconfig
parentb217c89e8565ade3aaa9f74c33c93236bf151187 (diff)
downloadtalos-obmc-uboot-d1389403ccb93df569e1559ef37edc53e8dbd589.tar.gz
talos-obmc-uboot-d1389403ccb93df569e1559ef37edc53e8dbd589.zip
Add a dhrystone benchmark command
Drystone provides a convenient sanity check that the CPU is running at full speed. Add this as a command which can be enabled as needed. Note: I investigated using Coremark for this but there was a license agreement and I could not work out if it was GPL-compatible. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index c98d3997b7..972ac1793d 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -50,6 +50,8 @@ config LIB_RAND
help
This library provides pseudo-random number generator functions.
+source lib/dhry/Kconfig
+
source lib/rsa/Kconfig
menu "Hashing Support"
OpenPOWER on IntegriCloud