commit | 8e7083fc95774017dba66cff85918ba9f0d0f12b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 20 12:37:29 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 05 20:58:40 2015 -0600 |
tree | ee6b608ba45bff1ee0cf8d9745833dca2b3d5edd | |
parent | 46af3608ead71815c1a311dcf38aea773e584202 [diff] [blame] |
dm: rtc: sandbox: Enable real-time clock support Enable real-time-clock support in sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 5de7fbe..759f53a 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -26,3 +26,4 @@ CONFIG_SOUND=y CONFIG_CMD_SOUND=y CONFIG_SOUND_SANDBOX=y +CONFIG_DM_RTC=y