diff options
| author | Ryder Lee <[email protected]> | 2018-11-15 10:07:56 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-11-28 23:04:51 -0500 |
| commit | d3c3606c5cc65f85274320b6fade00ea8dc6c77f (patch) | |
| tree | 25f87ab35a8acd1aa2c3cdcf0d818867cc604ee5 /drivers/timer/Kconfig | |
| parent | c74665155068c3300b7745cd6add4676f604a285 (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/Kconfig | 7 |
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 |
