diff options
| author | Patrice Chotard <[email protected]> | 2017-02-21 13:37:05 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-03-14 20:40:18 -0400 |
| commit | 347cb2edf96d1fcb10b0b98167533ee9e62c0c8e (patch) | |
| tree | 6f76b5bba04cbd7edd1f57f63609e0845ea0f2f4 /drivers/timer/Kconfig | |
| parent | 94e9a4ef91817c43b8e5af99d8846491f51b0749 (diff) | |
STiH410: Add STi timer driver
Add ARM global timer based timer
Signed-off-by: Patrice Chotard <[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 cd38a6d4bd9..72c14168d6f 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -58,4 +58,11 @@ config AST_TIMER This is mostly because they all share several registers which makes it difficult to completely separate them. +config STI_TIMER + bool "STi timer support" + depends on TIMER + default y if ARCH_STI + help + Select this to enable a timer for STi devices. + endmenu |
