diff options
Diffstat (limited to 'configs/intip_defconfig')
-rw-r--r-- | configs/intip_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/intip_defconfig b/configs/intip_defconfig index fea4d10247..b2d1b0b2a2 100644 --- a/configs/intip_defconfig +++ b/configs/intip_defconfig @@ -7,5 +7,11 @@ CONFIG_SYS_EXTRA_OPTIONS="INTIB" CONFIG_HUSH_PARSER=y CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_STOP_STR=" " +CONFIG_LOOPW=y +CONFIG_CMD_I2C=y +CONFIG_CMD_USB=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y +CONFIG_CMD_SNTP=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y |