]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/clocksource/Kconfig
Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensa
[linux.git] / drivers / clocksource / Kconfig
index a642c23b2fba9d6bfb3ffa97e052c7b9182e53c4..5fdd76cb1768117e069b7aba83bc294d60c838a3 100644 (file)
@@ -528,6 +528,7 @@ config SH_TIMER_MTU2
 config RENESAS_OSTM
        bool "Renesas OSTM timer driver" if COMPILE_TEST
        select CLKSRC_MMIO
+       select TIMER_OF
        help
          Enables the support for the Renesas OSTM.
 
@@ -685,4 +686,15 @@ config MILBEAUT_TIMER
        help
          Enables the support for Milbeaut timer driver.
 
+config INGENIC_TIMER
+       bool "Clocksource/timer using the TCU in Ingenic JZ SoCs"
+       default MACH_INGENIC
+       depends on MIPS || COMPILE_TEST
+       depends on COMMON_CLK
+       select MFD_SYSCON
+       select TIMER_OF
+       select IRQ_DOMAIN
+       help
+         Support for the timer/counter unit of the Ingenic JZ SoCs.
+
 endmenu