Skip to content
Snippets Groups Projects
Commit 06f0345a authored by Luis Gerhorst's avatar Luis Gerhorst Committed by Bernhard Heinloth
Browse files

Kconfig: Depend on ARM / MEASUREMORE

parent d7bd9e1a
No related branches found
No related tags found
No related merge requests found
config MEASUREMORE
default n
bool "Enable measuremore sysfs triggers for interrupt top/bottom handler benchmarks"
bool "Enable measuremore"
depends on DEBUG_FS
config MEASUREMORE_TIMESTAMP_TYPE_PMCCNTR
depends on ARM
depends on MEASUREMORE && ARM
bool "Read PMCCNTR register"
config MEASUREMORE_TIMESTAMP_TYPE_KTIME_MONO_FAST
depends on MEASUREMORE
bool "Call ktime_get_mono_fast_ns()"
config MEASUREMORE_TIMESTAMP_TYPE_KTIME
depends on MEASUREMORE
bool "Call ktime_get(), export ktime_to_ns(...)"
config MEASUREMORE_TIMESTAMP_TYPE_NSTIMEOFDAY
depends on MEASUREMORE
bool "Call getnstimeofday()"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment