xref: /openbmc/u-boot/lib/dhry/Kconfig (revision 7c0e5d86)
1*d1389403SSimon Glassconfig CMD_DHRYSTONE
2*d1389403SSimon Glass	bool "Support the 'dhry' command to run the dhrystone benchmark"
3*d1389403SSimon Glass	help
4*d1389403SSimon Glass	  Dhrystone is an old benchmark in the public domain that gives a
5*d1389403SSimon Glass	  rough idea of CPU performance. This enables a 'dhry' command
6*d1389403SSimon Glass	  which runs this benchmark within U-Boot and reports the performance.
7*d1389403SSimon Glass	  The number of 'Dhrystone MIPS' is also reported.
8