diff options
Diffstat (limited to 'configs/woodburn_defconfig')
-rw-r--r-- | configs/woodburn_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/woodburn_defconfig b/configs/woodburn_defconfig index f3352947f3f..ddbd697ac14 100644 --- a/configs/woodburn_defconfig +++ b/configs/woodburn_defconfig @@ -2,5 +2,9 @@ CONFIG_ARM=y CONFIG_TARGET_WOODBURN=y CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="woodburn U-Boot > " +CONFIG_CMD_SPI=y +CONFIG_CMD_I2C=y CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y |