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/SBx81LIFKW_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/SBx81LIFKW_defconfig')
-rw-r--r-- | configs/SBx81LIFKW_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/SBx81LIFKW_defconfig b/configs/SBx81LIFKW_defconfig index f5143b231b..a1abbc13bf 100644 --- a/configs/SBx81LIFKW_defconfig +++ b/configs/SBx81LIFKW_defconfig @@ -30,6 +30,7 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_USE_ENV_SPI_MAX_HZ=y CONFIG_ENV_SPI_MAX_HZ=20000000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_NETCONSOLE=y CONFIG_DM=y CONFIG_DM_PCA953X=y CONFIG_DM_I2C=y |