diff options
Diffstat (limited to 'configs/woodburn_defconfig')
-rw-r--r-- | configs/woodburn_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/woodburn_defconfig b/configs/woodburn_defconfig index ddbd697ac1..b4660cdb9b 100644 --- a/configs/woodburn_defconfig +++ b/configs/woodburn_defconfig @@ -2,9 +2,14 @@ CONFIG_ARM=y CONFIG_TARGET_WOODBURN=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="woodburn U-Boot > " +CONFIG_CMD_MMC=y CONFIG_CMD_SPI=y CONFIG_CMD_I2C=y CONFIG_CMD_GPIO=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 |