From 3359edd3e821dcb4c3863e381221658ed0cb30da Mon Sep 17 00:00:00 2001 From: stenvezhong Date: Wed, 30 Jun 2021 15:56:14 +0800 Subject: [PATCH] telephony add ril_adapter driver Change-Id: I4c9230a4cef3c77280076480fdd7cc219a5b5a56 Signed-off-by: stenvezhong --- linux-4.19/arch/arm/configs/hi3516dv300_standard_defconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/linux-4.19/arch/arm/configs/hi3516dv300_standard_defconfig b/linux-4.19/arch/arm/configs/hi3516dv300_standard_defconfig index c7f63a0..4587ba6 100755 --- a/linux-4.19/arch/arm/configs/hi3516dv300_standard_defconfig +++ b/linux-4.19/arch/arm/configs/hi3516dv300_standard_defconfig @@ -2198,7 +2198,9 @@ CONFIG_USB_DWC3_GADGET=y # # USB port drivers # -# CONFIG_USB_SERIAL is not set +CONFIG_USB_SERIAL=y +CONFIG_USB_SERIAL_GENERIC=y +CONFIG_USB_SERIAL_OPTION=y # # USB Miscellaneous drivers @@ -2609,7 +2611,7 @@ CONFIG_PHY_HISI_USB2=y CONFIG_HIBVT_USB_PHY=y CONFIG_USB_MODE_OPTION=y CONFIG_USB_DRD0_IN_HOST=y -CONFIG_USB_DRD0_IN_DEVICE=y +# CONFIG_USB_DRD0_IN_DEVICE is not set # CONFIG_POWERCAP is not set # CONFIG_MCB is not set # CONFIG_RAS is not set -- Gitee