diff options
Diffstat (limited to 'configs/cam5200_defconfig')
-rw-r--r-- | configs/cam5200_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/cam5200_defconfig b/configs/cam5200_defconfig index 3d643f557c4..da6f1d5ab5e 100644 --- a/configs/cam5200_defconfig +++ b/configs/cam5200_defconfig @@ -4,5 +4,10 @@ CONFIG_TARGET_TQM5200=y CONFIG_OF_BOARD_SETUP=y CONFIG_SYS_EXTRA_OPTIONS="CAM5200,TQM5200S,TQM5200_B" CONFIG_HUSH_PARSER=y +CONFIG_LOOPW=y +CONFIG_CMD_I2C=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y +CONFIG_CMD_SNTP=y CONFIG_OF_LIBFDT=y |