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 7fdcbd3f4da5..75bc7520ace5 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -58,3 +58,8 @@ config CLKSRC_ARM_GENERIC | |||
58 | def_bool y if ARM64 | 58 | def_bool y if ARM64 |
59 | help | 59 | help |
60 | This option enables support for the ARM generic timer. | 60 | This option enables support for the ARM generic timer. |
61 | |||
62 | config CLKSRC_METAG_GENERIC | ||
63 | def_bool y if METAG | ||
64 | help | ||
65 | This option enables support for the Meta per-thread timers. | ||