]> Pileus Git - ~andy/linux/blobdiff - drivers/clocksource/Kconfig
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / drivers / clocksource / Kconfig
index 330343bcb67ea712c1b1a00b20fcaf1a28c73106..34e9c4f88926c0dba00bbef5bf1c0c56b569996d 100644 (file)
@@ -1,11 +1,17 @@
 config CLKSRC_I8253
        bool
 
+config CLKEVT_I8253
+       bool
+
 config I8253_LOCK
        bool
 
 config CLKBLD_I8253
-       def_bool y if CLKSRC_I8253 || I8253_LOCK
+       def_bool y if CLKSRC_I8253 || CLKEVT_I8253 || I8253_LOCK
 
 config CLKSRC_MMIO
        bool
+
+config DW_APB_TIMER
+       bool