diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-23 15:53:10 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-23 15:53:10 -0400 |
commit | c84341f5acd6140f361300f02b354a7238f95b72 (patch) | |
tree | 117959487125291e3fb90035c2601638747dec5a /configs/sandbox_defconfig | |
parent | 2e6132d835631946b7a67dedd8f5bc902304b0f9 (diff) | |
parent | 4225f2f520f2557fb671e1aa02f9ef8090491be5 (diff) |
Merge branch '2020-08-21-stdio-cleanup'
- Clean up common/stdio.c and migrate some related options to Kconfig
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 acd7093335..41de434d1a 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -247,6 +247,7 @@ CONFIG_VIDEO_SANDBOX_SDL=y CONFIG_VIDEO_DSI_HOST_SANDBOX=y CONFIG_OSD=y CONFIG_SANDBOX_OSD=y +CONFIG_SPLASH_SCREEN_ALIGN=y CONFIG_W1=y CONFIG_W1_GPIO=y CONFIG_W1_EEPROM=y |