Commit 651490212a43645434db17c1afc1831048e03800

Authored by Simon Glass
1 parent c00e922530

sandbox: Enable the early timer

Enable this so that tracing works with sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

configs/sandbox_defconfig
... ... @@ -68,6 +68,7 @@
68 68 CONFIG_SOUND_SANDBOX=y
69 69 CONFIG_SANDBOX_SPI=y
70 70 CONFIG_TIMER=y
  71 +CONFIG_TIMER_EARLY=y
71 72 CONFIG_SANDBOX_TIMER=y
72 73 CONFIG_TPM_TIS_SANDBOX=y
73 74 CONFIG_USB=y