aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-02-21 13:37:05 +0100
committerTom Rini <trini@konsulko.com>2017-03-14 20:40:18 -0400
commit347cb2edf96d1fcb10b0b98167533ee9e62c0c8e (patch)
tree6f76b5bba04cbd7edd1f57f63609e0845ea0f2f4 /drivers/timer/Kconfig
parent94e9a4ef91817c43b8e5af99d8846491f51b0749 (diff)
downloadu-boot-347cb2edf96d1fcb10b0b98167533ee9e62c0c8e.zip
u-boot-347cb2edf96d1fcb10b0b98167533ee9e62c0c8e.tar.gz
u-boot-347cb2edf96d1fcb10b0b98167533ee9e62c0c8e.tar.bz2
STiH410: Add STi timer driver
Add ARM global timer based timer Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
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 cd38a6d..72c1416 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