diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2020-04-22 10:06:45 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2020-04-27 09:14:52 +0200 |
commit | c336d7431c03f134c270596369095caac1a31172 (patch) | |
tree | 2dd6256b53423304989897cccf5a609ec2fc185c /configs/socfpga_arria10_defconfig | |
parent | d202f67db0771247de562af5d6a5df778702857b (diff) | |
download | u-boot-c336d7431c03f134c270596369095caac1a31172.tar.gz |
configs: socfpga: arria10: Enable USB support
Enable configs to support USB in Arria 10.
CONFIG_CMD_USB=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_DWC2=y
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'configs/socfpga_arria10_defconfig')
-rw-r--r-- | configs/socfpga_arria10_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig index ca34457ddd..35ae18fac0 100644 --- a/configs/socfpga_arria10_defconfig +++ b/configs/socfpga_arria10_defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_GREPENV=y # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y +CONFIG_CMD_USB=y CONFIG_CMD_CACHE=y CONFIG_CMD_EXT4_WRITE=y CONFIG_MTDIDS_DEFAULT="nor0=ff705000.spi.0" @@ -49,4 +50,7 @@ CONFIG_SPI=y CONFIG_TIMER=y CONFIG_SPL_TIMER=y CONFIG_DESIGNWARE_APB_TIMER=y +CONFIG_USB=y +CONFIG_DM_USB=y +CONFIG_USB_DWC2=y # CONFIG_SPL_WDT is not set |