From 9961a0b6fbe199cd7b08203415a905c4c7d0a731 Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Fri, 30 Oct 2015 15:35:52 +0800 Subject: sandbox: add a sandbox timer and basic test Add a sandbox timer which get time from host os and a basic test. Signed-off-by: Thomas Chou 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 97c4128..601e493 100644 --- a/drivers/timer/Kconfig +++ b/drivers/timer/Kconfig @@ -16,4 +16,11 @@ config ALTERA_TIMER Select this to enable an timer for Altera devices. Please find details on the "Embedded Peripherals IP User Guide" of Altera. +config SANDBOX_TIMER + bool "Sandbox Timer support" + depends on SANDBOX && TIMER + help + Select this to enable an emulated timer for sandbox. It gets + time from host os. + endmenu -- cgit v1.1