diff options
Diffstat (limited to 'configs/digsy_mtc_rev5_defconfig')
-rw-r--r-- | configs/digsy_mtc_rev5_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/digsy_mtc_rev5_defconfig b/configs/digsy_mtc_rev5_defconfig index e617acceed..4579ab6830 100644 --- a/configs/digsy_mtc_rev5_defconfig +++ b/configs/digsy_mtc_rev5_defconfig @@ -14,5 +14,9 @@ CONFIG_CMD_I2C=y CONFIG_CMD_USB=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y +CONFIG_CMD_MII=y CONFIG_CMD_PING=y +CONFIG_CMD_CACHE=y +CONFIG_CMD_EXT2=y +CONFIG_CMD_FAT=y CONFIG_OF_LIBFDT=y |