Merge branch 'exynos/pwm-clocksource' into late/multiplatform
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / clocksource / Kconfig
index 73fcddb8314d4c1fba7277ddb98d8d06aaad526a..5d9bab2b5012a2ad0ce3439361c88190511ed4c3 100644 (file)
@@ -75,3 +75,12 @@ config CLKSRC_EXYNOS_MCT
        def_bool y if ARCH_EXYNOS
        help
          Support for Multi Core Timer controller on Exynos SoCs.
+
+config CLKSRC_SAMSUNG_PWM
+       bool
+       select CLKSRC_MMIO
+       help
+         This is a new clocksource driver for the PWM timer found in
+         Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver
+         for all devicetree enabled platforms. This driver will be
+         needed only on systems that do not have the Exynos MCT available.