diff options
Diffstat (limited to 'configs/inet98v_rev2_defconfig')
-rw-r--r-- | configs/inet98v_rev2_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/inet98v_rev2_defconfig b/configs/inet98v_rev2_defconfig index badf78bd74..dace876a1e 100644 --- a/configs/inet98v_rev2_defconfig +++ b/configs/inet98v_rev2_defconfig @@ -17,10 +17,17 @@ CONFIG_DEFAULT_DEVICE_TREE="sun5i-a13-inet-98v-rev2" CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=2" CONFIG_HUSH_PARSER=y +CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set +CONFIG_CMD_MMC=y CONFIG_CMD_I2C=y # CONFIG_CMD_FPGA is not set CONFIG_CMD_DHCP=y +CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_EXT4=y +CONFIG_CMD_FAT=y +CONFIG_CMD_FS_GENERIC=y CONFIG_USB_MUSB_HOST=y |