Skip to content

Commit 3b574ea

Browse files
krzkolofj
authored andcommitted
arm64: defconfig: Enable USB gadget with configfs
USB OTG connections are pretty common for embedded and development boards, for example to have networking or serial access to the device. Build as a module the USB gadget configfs options so the defconfig can be used in such development configurations. Link: https://lore.kernel.org/r/20200817065654.4419-1-krzk@kernel.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent bf53f46 commit 3b574ea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm64/configs/defconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,17 @@ CONFIG_USB_GADGET=y
724724
CONFIG_USB_RENESAS_USBHS_UDC=m
725725
CONFIG_USB_RENESAS_USB3=m
726726
CONFIG_USB_TEGRA_XUDC=m
727+
CONFIG_USB_CONFIGFS=m
728+
CONFIG_USB_CONFIGFS_SERIAL=y
729+
CONFIG_USB_CONFIGFS_ACM=y
730+
CONFIG_USB_CONFIGFS_OBEX=y
731+
CONFIG_USB_CONFIGFS_NCM=y
732+
CONFIG_USB_CONFIGFS_ECM=y
733+
CONFIG_USB_CONFIGFS_ECM_SUBSET=y
734+
CONFIG_USB_CONFIGFS_RNDIS=y
735+
CONFIG_USB_CONFIGFS_EEM=y
736+
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
737+
CONFIG_USB_CONFIGFS_F_FS=y
727738
CONFIG_TYPEC=m
728739
CONFIG_TYPEC_TCPM=m
729740
CONFIG_TYPEC_FUSB302=m

0 commit comments

Comments
 (0)