]> 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 74e002e80fd3c91919ec60f0cb37882befad5005..a7726db13abbb0e883ec5681fec65a473bc9d29e 100644 (file)
@@ -281,7 +281,7 @@ config CLKSRC_MIPS_GIC
 
 config CLKSRC_PXA
        def_bool y if ARCH_PXA || ARCH_SA1100
-       select CLKSRC_OF if USE_OF
+       select CLKSRC_OF if OF
        help
          This enables OST0 support available on PXA and SA-11x0
          platforms.
@@ -297,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