From 1ff3ab24685e04a06f5522c2e655715bf81fb0cd Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Tue, 18 Aug 2020 08:29:20 -0700 Subject: [PATCH] ANDROID: GKI: Enable CONFIG_USB_ACM So that the pulse8-cec driver can be enabled downstream. Bug: 157503752 Change-Id: Icaac11d24420e0320e961d11244ea349993d5fa1 Signed-off-by: Alistair Delva --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index f9f264508b62..add40ddf7e92 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -350,6 +350,7 @@ CONFIG_HID_SONY=y CONFIG_USB_HIDDEV=y CONFIG_USB=y CONFIG_USB_OTG=y +CONFIG_USB_ACM=y CONFIG_USB_GADGET=y CONFIG_USB_CONFIGFS=y CONFIG_USB_CONFIGFS_UEVENT=y diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 25fffb102100..59a19df132d4 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -310,6 +310,7 @@ CONFIG_HID_PLANTRONICS=y CONFIG_HID_SONY=y CONFIG_USB_HIDDEV=y CONFIG_USB=y +CONFIG_USB_ACM=y CONFIG_USB_GADGET=y CONFIG_USB_CONFIGFS=y CONFIG_USB_CONFIGFS_UEVENT=y