8ca683b105
mhz is a tool to mathematically calculate the real running CPU frequency and as such has proved as invaluable tool for developing CPUFreq and similar features in the kernel. Its source finally got a license recently so it can be packaged. Signed-off-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
config BR2_PACKAGE_MHZ
|
|
bool "mhz"
|
|
help
|
|
CPU frequency measurement utility.
|
|
|
|
https://github.com/wtarreau/mhz.git
|