Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e25e533 authored by Mayank Rana's avatar Mayank Rana Committed by Gerrit - the friendly Code Review server
Browse files

arm64: defconfig: Enable USB Mass Storage drivers on Lahaina



This change enables USB Mass Storage class driver and gadget function
driver to have USB mass storage functionality in host and device mode.

Change-Id: Ie9d8c3ca30f68ce75909eae16897b39c2a24374f
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent 5f3dfa81
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ CONFIG_USB_CONFIGFS_F_DIAG=m
CONFIG_USB_CONFIGFS_F_CCID=m
CONFIG_USB_CONFIGFS_F_CDEV=m
CONFIG_USB_CONFIGFS_F_GSI=m
CONFIG_USB_CONFIGFS_MASS_STORAGE=m
CONFIG_USB_STORAGE=m
CONFIG_TYPEC=m
CONFIG_TYPEC_UCSI=m
CONFIG_UCSI_QTI_GLINK=m
+1 −1
Original line number Diff line number Diff line
@@ -375,7 +375,7 @@ config USB_CONFIGFS_PHONET
	  The Phonet protocol implementation for USB device.

config USB_CONFIGFS_MASS_STORAGE
	bool "Mass storage"
	tristate "Mass storage"
	depends on USB_CONFIGFS
	depends on BLOCK
	select USB_F_MASS_STORAGE