Skip to content

Commit 27a927f

Browse files
committed
ARM: configs: at91: sama7: enable USB gadgets as modules
Enable USB kernel gadgets as modules and synchronize them with other boards. Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com> [cristian.birsan: adapt to v6.6.9] Signed-off-by: Cristian Birsan <cristian.birsan@microchip.com>
1 parent 8cc1cd9 commit 27a927f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

arch/arm/configs/sama7_defconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,14 @@ CONFIG_USB_UAS=y
215215
CONFIG_USB_GADGET=y
216216
CONFIG_U_SERIAL_CONSOLE=y
217217
CONFIG_USB_ATMEL_USBA=m
218-
CONFIG_USB_CONFIGFS=y
218+
CONFIG_USB_CONFIGFS=m
219219
CONFIG_USB_CONFIGFS_ACM=y
220+
CONFIG_USB_CONFIGFS_RNDIS=y
220221
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
221222
CONFIG_USB_CONFIGFS_F_UVC=y
223+
CONFIG_USB_ZERO=m
224+
CONFIG_USB_ETH=m
225+
CONFIG_USB_MASS_STORAGE=m
222226
CONFIG_USB_G_SERIAL=m
223227
CONFIG_MMC=y
224228
CONFIG_PWRSEQ_SD8787=m

0 commit comments

Comments
 (0)