From eff57cc35912133d993e2b0743c2ed800b716e98 Mon Sep 17 00:00:00 2001 From: Wesley Cheng Date: Tue, 10 May 2022 11:26:31 -0700 Subject: [PATCH] arm64: deconfig: Enable support for QC specific function drivers Enable the configurations for GSI, QDSS, DIAG, cdev, and CCID support. Change-Id: I8b6330a21123c9a018656d804739dfdf15255abe Signed-off-by: Wesley Cheng --- arch/arm64/configs/vendor/pineapple_GKI.config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/configs/vendor/pineapple_GKI.config b/arch/arm64/configs/vendor/pineapple_GKI.config index 66b125d2c539..0d2fde2fecb1 100644 --- a/arch/arm64/configs/vendor/pineapple_GKI.config +++ b/arch/arm64/configs/vendor/pineapple_GKI.config @@ -46,6 +46,13 @@ CONFIG_SM_DISPCC_PINEAPPLE=m CONFIG_SM_GCC_PINEAPPLE=m CONFIG_SM_TCSRCC_PINEAPPLE=m CONFIG_SM_VIDEOCC_PINEAPPLE=m +CONFIG_USB_CONFIGFS_F_CCID=m +CONFIG_USB_CONFIGFS_F_CDEV=m +# CONFIG_USB_CONFIGFS_F_GSI is not set +CONFIG_USB_CONFIGFS_F_QDSS=m CONFIG_USB_DWC3_MSM=m +CONFIG_USB_F_CCID=m +CONFIG_USB_F_CDEV=m +CONFIG_USB_F_QDSS=m CONFIG_USB_QCOM_EMU_PHY=m # CONFIG_VIDEO_QCOM_VENUS is not set