]> git.karo-electronics.de Git - linux-beck.git/commitdiff
clocksource/drivers/exynos_mct: Fix Kconfig and add COMPILE_TEST option
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 1 Nov 2015 20:51:30 +0000 (21:51 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:41:52 +0000 (09:41 +0100)
Let the platform's Kconfig to select the clock instead of having a reverse
dependency from the driver to the platform options.

Add the COMPILE_TEST option for the compilation test coverage. Due to the
non portable 'delay' code, this driver is only compilable on ARM.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
arch/arm/mach-exynos/Kconfig
drivers/clocksource/Kconfig

index 3a10f1a8317ae7a053ed997da88a06ddd5311b57..ff105399aae48973432e4f688a4efb5a570f0216 100644 (file)
@@ -27,6 +27,7 @@ menuconfig ARCH_EXYNOS
        select SRAM
        select THERMAL
        select MFD_SYSCON
+       select CLKSRC_EXYNOS_MCT
        help
          Support for SAMSUNG EXYNOS SoCs (EXYNOS4/5)
 
index e3ba5b45f357bada353827f11fe9675c627a187c..2062783fe1a8cb698297ec7711e32ff989391d21 100644 (file)
@@ -231,8 +231,8 @@ config CLKSRC_METAG_GENERIC
          This option enables support for the Meta per-thread timers.
 
 config CLKSRC_EXYNOS_MCT
-       def_bool y if ARCH_EXYNOS
-       depends on !ARM64
+       bool "Exynos multi core timer driver" if COMPILE_TEST
+       depends on ARM
        help
          Support for Multi Core Timer controller on Exynos SoCs.