summaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2019-03-10 16:58:33 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2019-03-10 16:58:33 -0400
commita15f6b923e1e1040edc79f222d5d229ea8097259 (patch)
tree747b1671ab844c0b417ee98825f5239a1dfeed58 /init/Kconfig
parent9e55f87c0e3b3db11f52834222f881094eb97205 (diff)
parent041a15744a7fb4e9b2759611e44fb8847960564e (diff)
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fix from Thomas Gleixner: "A single fix to prevent a unmet dependencies warning in Kconfig" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: time: Make VIRT_CPU_ACCOUNTING_GEN depend on GENERIC_CLOCKEVENTS
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 53b54214a36e..811641cc81e8 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -382,6 +382,7 @@ config VIRT_CPU_ACCOUNTING_GEN
382 bool "Full dynticks CPU time accounting" 382 bool "Full dynticks CPU time accounting"
383 depends on HAVE_CONTEXT_TRACKING 383 depends on HAVE_CONTEXT_TRACKING
384 depends on HAVE_VIRT_CPU_ACCOUNTING_GEN 384 depends on HAVE_VIRT_CPU_ACCOUNTING_GEN
385 depends on GENERIC_CLOCKEVENTS
385 select VIRT_CPU_ACCOUNTING 386 select VIRT_CPU_ACCOUNTING
386 select CONTEXT_TRACKING 387 select CONTEXT_TRACKING
387 help 388 help