]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/clocksource/Kconfig
Merge tag 'nfsd-4.3' of git://linux-nfs.org/~bfields/linux
[karo-tx-linux.git] / drivers / clocksource / Kconfig
index c03f04d82c6a42788fa1a4e5f2efd30080b33718..a7726db13abbb0e883ec5681fec65a473bc9d29e 100644 (file)
@@ -111,6 +111,10 @@ config CLKSRC_LPC32XX
        select CLKSRC_MMIO
        select CLKSRC_OF
 
+config CLKSRC_PISTACHIO
+       bool
+       select CLKSRC_OF
+
 config CLKSRC_STM32
        bool "Clocksource for STM32 SoCs" if !ARCH_STM32
        depends on OF && ARM && (ARCH_STM32 || COMPILE_TEST)
@@ -293,4 +297,12 @@ config CLKSRC_IMX_GPT
        depends on ARM && CLKDEV_LOOKUP
        select CLKSRC_MMIO
 
+config CLKSRC_ST_LPC
+       bool
+       depends on ARCH_STI
+       select CLKSRC_OF if OF
+       help
+         Enable this option to use the Low Power controller timer
+         as clocksource.
+
 endmenu