]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/clocksource/Kconfig
Merge remote-tracking branch 'pm/linux-next'
[karo-tx-linux.git] / drivers / clocksource / Kconfig
index 8a06b8e7ca43189586a4c4e700f74e2b82c492cb..71cfdf7c97086273b1cc8ae1235ecf919abcfda1 100644 (file)
@@ -2,6 +2,14 @@ menu "Clock Source drivers"
 
 config CLKSRC_OF
        bool
+       select CLKSRC_PROBE
+
+config CLKSRC_ACPI
+       bool
+       select CLKSRC_PROBE
+
+config CLKSRC_PROBE
+       bool
 
 config CLKSRC_I8253
        bool
@@ -131,6 +139,7 @@ config CLKSRC_STM32
 config ARM_ARCH_TIMER
        bool
        select CLKSRC_OF if OF
+       select CLKSRC_ACPI if ACPI
 
 config ARM_ARCH_TIMER_EVTSTREAM
        bool "Support for ARM architected timer event stream generation"