From b344720c808ebecee596d3c912a2fc96ac383796 Mon Sep 17 00:00:00 2001 From: a17671 Date: Fri, 14 Dec 2018 14:51:26 +0800 Subject: [PATCH] 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 --- arch/arm64/configs/ext_config/moto-erd9610.config | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1