diff options
author | Heinrich Schuchardt | 2020-02-26 21:48:20 +0100 |
---|---|---|
committer | Simon Glass | 2020-04-16 08:07:58 -0600 |
commit | 292defdd2b9e7dbd2ace5a93568f078ca3d4bc11 (patch) | |
tree | 22684de12cc428cc701cf5347f4367fc64b8afc5 /configs/sandbox_defconfig | |
parent | 7b912edcf66e3fe9555d5666b40a6fe480694b11 (diff) |
configs: sandbox: enable LOG_SYSLOG
For testing purposes enable the syslog logging driver.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index cc90f0006e2..a43b48d6028 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -19,6 +19,7 @@ CONFIG_CONSOLE_RECORD_OUT_SIZE=0x1000 CONFIG_SILENT_CONSOLE=y CONFIG_PRE_CONSOLE_BUFFER=y CONFIG_LOG_MAX_LEVEL=6 +CONFIG_LOG_SYSLOG=y CONFIG_LOG_ERROR_RETURN=y CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_ANDROID_AB=y |