aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/Kconfig
diff options
context:
space:
mode:
authorWenyou.Yang@microchip.com <Wenyou.Yang@microchip.com>2017-08-15 17:40:26 +0800
committerTom Rini <trini@konsulko.com>2017-08-26 14:56:08 -0400
commit47edaea4943c99f560f3d055b2468333e9192628 (patch)
treec092a050bfb1e5af4e2579024524795f36fc6ce6 /drivers/timer/Kconfig
parentdeff9b1d2ab24955cc4f881d63a701f40d6b491f (diff)
downloadu-boot-47edaea4943c99f560f3d055b2468333e9192628.zip
u-boot-47edaea4943c99f560f3d055b2468333e9192628.tar.gz
u-boot-47edaea4943c99f560f3d055b2468333e9192628.tar.bz2
driver: timer: Add the Atmel PIT timer driver
Add the new Atmel PIT timer driver, which supports the driver model and device tree. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Diffstat (limited to 'drivers/timer/Kconfig')
-rw-r--r--drivers/timer/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/timer/Kconfig b/drivers/timer/Kconfig
index 13f1223..6305bbf 100644
--- a/drivers/timer/Kconfig
+++ b/drivers/timer/Kconfig
@@ -44,6 +44,14 @@ config ALTERA_TIMER
Select this to enable a timer for Altera devices. Please find
details on the "Embedded Peripherals IP User Guide" of Altera.
+config ATMEL_PIT_TIMER
+ bool "Atmel periodic interval timer support"
+ depends on TIMER
+ help
+ Select this to enable a periodic interval timer for Atmel devices,
+ it is designed to offer maximum accuracy and efficient management,
+ even for systems with long response time.
+
config SANDBOX_TIMER
bool "Sandbox timer support"
depends on SANDBOX && TIMER