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

Fix Kconfig definition for sched_clock

parent 8341a5e9
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ config MEASUREMORE_TIMESTAMP_TYPE_PMCCNTR ...@@ -7,7 +7,7 @@ config MEASUREMORE_TIMESTAMP_TYPE_PMCCNTR
depends on MEASUREMORE && ARM depends on MEASUREMORE && ARM
bool "Read PMCCNTR register" bool "Read PMCCNTR register"
config MEASUREMORE_TIMESTAMP_SCHED_CLOCK config MEASUREMORE_TIMESTAMP_TYPE_SCHED_CLOCK
depends on MEASUREMORE depends on MEASUREMORE
bool "Call sched_clock()" bool "Call sched_clock()"
...@@ -17,7 +17,7 @@ config MEASUREMORE_TIMESTAMP_TYPE_KTIME_MONO_FAST ...@@ -17,7 +17,7 @@ config MEASUREMORE_TIMESTAMP_TYPE_KTIME_MONO_FAST
config MEASUREMORE_TIMESTAMP_TYPE_KTIME config MEASUREMORE_TIMESTAMP_TYPE_KTIME
depends on MEASUREMORE depends on MEASUREMORE
bool "Call ktime_get(), export ktime_to_ns(...)" bool "Call ktime_get(), export ktime_to_ns()"
config MEASUREMORE_TIMESTAMP_TYPE_NSTIMEOFDAY config MEASUREMORE_TIMESTAMP_TYPE_NSTIMEOFDAY
depends on MEASUREMORE depends on MEASUREMORE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment