commit | fb798b13f7e6a1635b3c3e5b3ee8c408afc1e1a8 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 09 13:46:34 2015 +0800 |
committer | Thomas Chou <thomas@wytron.com.tw> | Fri Oct 23 07:37:03 2015 +0800 |
tree | 6b6ca5091a7e6927ca2c27fcec0e0b195e1a64c2 | |
parent | c6170267e4ebe3a183f04191c855174ec8537330 [diff] [blame] |
dm: implement a Timer uclass Implement a Timer uclass to work with lib/time.c. Signed-off-by: Thomas Chou <thomas@wytron.com.tw> Acked-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/Kconfig b/drivers/Kconfig index c02f323..ba88b5e 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig
@@ -58,6 +58,8 @@ source "drivers/thermal/Kconfig" +source "drivers/timer/Kconfig" + source "drivers/tpm/Kconfig" source "drivers/usb/Kconfig"