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 b2d1b0b2a2..512d4a817f 100644 --- a/configs/intip_defconfig +++ b/configs/intip_defconfig @@ -7,11 +7,17 @@ CONFIG_SYS_EXTRA_OPTIONS="INTIB" CONFIG_HUSH_PARSER=y CONFIG_AUTOBOOT_KEYED=y CONFIG_AUTOBOOT_STOP_STR=" " +CONFIG_CMD_ASKENV=y +CONFIG_CMD_GREPENV=y CONFIG_LOOPW=y CONFIG_CMD_I2C=y CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y +CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_SNTP=y +CONFIG_CMD_CACHE=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_FAT=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y |