From: a17671 Date: Fri, 14 Dec 2018 06:51:26 +0000 (+0800) Subject: usb:Enable mass storage in charger only mode X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ffa12b7faa9263f66fd8814a67c6735042bea10d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git usb:Enable mass storage in charger only mode Factory requires mass storage in Charger only mode and need to add Scsi pass through reboot command To reboot the phone into different mode Change-Id: If25fba8fe1ca25572b37ac8e857dc9cf671f250e Signed-off-by: a17671 Reviewed-on: https://gerrit.mot.com/1283107 SLTApproved: Slta Waiver SME-Granted: SME Approvals Granted Tested-by: Jira Key Reviewed-by: Xiangpo Zhao Submit-Approved: Jira Key --- diff --git a/arch/arm64/configs/ext_config/moto-erd9610.config b/arch/arm64/configs/ext_config/moto-erd9610.config index 5e2a717d3699..8bb6955dd491 100644 --- a/arch/arm64/configs/ext_config/moto-erd9610.config +++ b/arch/arm64/configs/ext_config/moto-erd9610.config @@ -67,3 +67,4 @@ CONFIG_USB_GADGET_VBUS_DRAW=500 # CONFIG_EXT3_FS is not set CONFIG_EXT4_FS=y CONFIG_EXFAT_FS=y +CONFIG_USB_CONFIGFS_MASS_STORAGE=y