diff options
Diffstat (limited to 'configs/ventana_defconfig')
-rw-r--r-- | configs/ventana_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/ventana_defconfig b/configs/ventana_defconfig index 46dca48f09..0a6e10f99f 100644 --- a/configs/ventana_defconfig +++ b/configs/ventana_defconfig @@ -4,3 +4,7 @@ CONFIG_TEGRA20=y CONFIG_TARGET_VENTANA=y CONFIG_DEFAULT_DEVICE_TREE="tegra20-ventana" CONFIG_CMD_NET=y +CONFIG_SPL_DM=y +CONFIG_USB=y +CONFIG_DM_USB=y +CONFIG_USE_PRIVATE_LIBGCC=y |