diff options
Diffstat (limited to 'configs/sama5d2_ptc_spiflash_defconfig')
-rw-r--r-- | configs/sama5d2_ptc_spiflash_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/sama5d2_ptc_spiflash_defconfig b/configs/sama5d2_ptc_spiflash_defconfig index 0199c2c612..e4fb49f662 100644 --- a/configs/sama5d2_ptc_spiflash_defconfig +++ b/configs/sama5d2_ptc_spiflash_defconfig @@ -21,6 +21,7 @@ CONFIG_SPL=y CONFIG_CMD_NAND=y CONFIG_CMD_NAND_TRIMFFS=y CONFIG_CMD_SF=y +CONFIG_CMD_USB=y CONFIG_CMD_FAT=y CONFIG_ENV_IS_IN_SPI_FLASH=y # CONFIG_MMC is not set @@ -28,3 +29,5 @@ CONFIG_SPI_FLASH=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_ATMEL_USBA=y |