summaryrefslogtreecommitdiff
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorRyder Lee <[email protected]>2018-11-15 10:07:56 +0800
committerTom Rini <[email protected]>2018-11-28 23:04:51 -0500
commitd3c3606c5cc65f85274320b6fade00ea8dc6c77f (patch)
tree25f87ab35a8acd1aa2c3cdcf0d818867cc604ee5 /drivers/timer/Kconfig
parentc74665155068c3300b7745cd6add4676f604a285 (diff)
timer: MediaTek: add timer driver for MediaTek SoCs
This patch adds clock source and clock event for the timer found on the Mediatek SoCs. Signed-off-by: Ryder Lee <[email protected]> Tested-by: Matthias Brugger <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/timer/Kconfig')
-rw-r--r--drivers/timer/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index d0cfc353066..b0e6f32f0bc 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -160,4 +160,11 @@ config X86_TSC_TIMER
help
Select this to enable Time-Stamp Counter (TSC) timer for x86.
+config MTK_TIMER
+ bool "MediaTek timer support"
+ depends on TIMER
+ help
+ Select this to enable support for the timer found on
+ MediaTek devices.
+
endmenu