diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-11-01 21:57:05 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2015-12-15 09:41:54 +0100 |
commit | 778c5696b93f45c3d11442150e2634f454bb5213 (patch) | |
tree | 952753c777a8924babd4ec8909f906112c4b9a7d /drivers/clocksource | |
parent | 39366ef42194b58519274afc35f4a9282fb05931 (diff) | |
download | talos-obmc-linux-778c5696b93f45c3d11442150e2634f454bb5213.tar.gz talos-obmc-linux-778c5696b93f45c3d11442150e2634f454bb5213.zip |
clocksource/drivers/samsung-pwm: Add the COMPILE_TEST option
Increase the compilation test coverage by adding the COMPILE_TEST option.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource')
-rw-r--r-- | drivers/clocksource/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 2062783fe1a8..3457a8607bf0 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -237,7 +237,7 @@ config CLKSRC_EXYNOS_MCT Support for Multi Core Timer controller on Exynos SoCs. config CLKSRC_SAMSUNG_PWM - bool + bool "PWM timer drvier for Samsung S3C, S5P" if COMPILE_TEST help This is a new clocksource driver for the PWM timer found in Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver |