diff options
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index f151c6cf27c3..0a04257edf65 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -85,3 +85,8 @@ config CLKSRC_SAMSUNG_PWM | |||
85 | Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver | 85 | Samsung S3C, S5P and Exynos SoCs, replacing an earlier driver |
86 | for all devicetree enabled platforms. This driver will be | 86 | for all devicetree enabled platforms. This driver will be |
87 | needed only on systems that do not have the Exynos MCT available. | 87 | needed only on systems that do not have the Exynos MCT available. |
88 | |||
89 | config VF_PIT_TIMER | ||
90 | bool | ||
91 | help | ||
92 | Support for Period Interrupt Timer on Freescale Vybrid Family SoCs. | ||