diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-16 09:53:18 -0400 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2016-06-28 04:16:55 -0400 |
commit | de37b0b569cf89ac7e27141c9305509007cba2d6 (patch) | |
tree | b7e76074192a1aecfa37384e5d261144971eb751 /drivers/clocksource/Kconfig | |
parent | 7cc061797be91ca02a95f4d01f0275831c588671 (diff) |
clocksource/drivers/samsung_pwm: Fix typo in Kconfig
Correct the typo in "driver" word in the option description.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-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 47352d25c15e..6bbd3d8b09db 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -270,7 +270,7 @@ config CLKSRC_EXYNOS_MCT | |||
270 | Support for Multi Core Timer controller on Exynos SoCs. | 270 | Support for Multi Core Timer controller on Exynos SoCs. |
271 | 271 | ||
272 | config CLKSRC_SAMSUNG_PWM | 272 | config CLKSRC_SAMSUNG_PWM |
273 | bool "PWM timer drvier for Samsung S3C, S5P" if COMPILE_TEST | 273 | bool "PWM timer driver for Samsung S3C, S5P" if COMPILE_TEST |
274 | depends on GENERIC_CLOCKEVENTS | 274 | depends on GENERIC_CLOCKEVENTS |
275 | depends on HAS_IOMEM | 275 | depends on HAS_IOMEM |
276 | help | 276 | help |