diff options
Diffstat (limited to 'configs/gwventana_defconfig')
-rw-r--r-- | configs/gwventana_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/gwventana_defconfig b/configs/gwventana_defconfig index 029fee065b..e0d5acd340 100644 --- a/configs/gwventana_defconfig +++ b/configs/gwventana_defconfig @@ -13,7 +13,12 @@ CONFIG_HUSH_PARSER=y CONFIG_SYS_PROMPT="Ventana > " # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set +CONFIG_CMD_I2C=y +CONFIG_CMD_USB=y CONFIG_CMD_GPIO=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y +CONFIG_CMD_TIME=y CONFIG_DM=y CONFIG_NETDEVICES=y CONFIG_E1000=y |