aboutsummaryrefslogtreecommitdiff
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index f56ad689d02..29cb97ef0bd 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -711,6 +711,13 @@ config HAVE_TRACE_CLOCK_GENERIC
config HAVE_TRACE_CLOCK_32_TO_64
def_bool n
+#
+# Architectures which need to dynamically detect if their TSC is unsynchronized
+# across cpus should select this.
+#
+config HAVE_UNSYNCHRONIZED_TSC
+ def_bool n
+
menuconfig CGROUP_SCHED
bool "Group CPU scheduler"
depends on EXPERIMENTAL