From 347cb2edf96d1fcb10b0b98167533ee9e62c0c8e Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Tue, 21 Feb 2017 13:37:05 +0100 Subject: STiH410: Add STi timer driver Add ARM global timer based timer Signed-off-by: Patrice Chotard Reviewed-by: Simon Glass --- drivers/timer/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/timer/Kconfig') 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 -- cgit v1.3.1