mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
c00e922530
commit
651490212a
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ CONFIG_SOUND=y
|
|||
CONFIG_SOUND_SANDBOX=y
|
||||
CONFIG_SANDBOX_SPI=y
|
||||
CONFIG_TIMER=y
|
||||
CONFIG_TIMER_EARLY=y
|
||||
CONFIG_SANDBOX_TIMER=y
|
||||
CONFIG_TPM_TIS_SANDBOX=y
|
||||
CONFIG_USB=y
|
||||
|
|
Loading…
Reference in a new issue