summaryrefslogtreecommitdiff
path: root/configs/axs101_defconfig
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2017-04-18 21:24:14 +0300
committerAlexey Brodkin <abrodkin@synopsys.com>2017-06-29 19:34:10 +0300
commitf04796b4a9eba7e1c2a906ecbb6872f9927a407a (patch)
treea26b9e8d5829b6fb3aee88a5679567549023e70d /configs/axs101_defconfig
parent02d488b6c55737c5397785f2ee7c374745507412 (diff)
axs10x: Add support of Ext2/4 FS
Those could be easily used on USB flash drives or on SD/MMC cards. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'configs/axs101_defconfig')
-rw-r--r--configs/axs101_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig
index b9ea1c6dea..9d7dc7f7c0 100644
--- a/configs/axs101_defconfig
+++ b/configs/axs101_defconfig
@@ -13,6 +13,9 @@ CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
+CONFIG_CMD_EXT2=y
+CONFIG_CMD_EXT4=y
+CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_OF_CONTROL=y
CONFIG_OF_EMBED=y