diff options
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig new file mode 100644 index 00000000000..08f726c5fee --- /dev/null +++ b/drivers/clocksource/Kconfig | |||
@@ -0,0 +1,9 @@ | |||
1 | config CS5535_CLOCK_EVENT_SRC | ||
2 | tristate "CS5535/CS5536 high-res timer (MFGPT) events" | ||
3 | depends on GENERIC_TIME && GENERIC_CLOCKEVENTS && CS5535_MFGPT | ||
4 | help | ||
5 | This driver provides a clock event source based on the MFGPT | ||
6 | timer(s) in the CS5535 and CS5536 companion chips. | ||
7 | MFGPTs have a better resolution and max interval than the | ||
8 | generic PIT, and are suitable for use as high-res timers. | ||
9 | |||