Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 1ff3ab2

Browse files
committed
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 <[email protected]>
1 parent b20eacd commit 1ff3ab2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm64/configs/gki_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ CONFIG_HID_SONY=y
350350
CONFIG_USB_HIDDEV=y
351351
CONFIG_USB=y
352352
CONFIG_USB_OTG=y
353+
CONFIG_USB_ACM=y
353354
CONFIG_USB_GADGET=y
354355
CONFIG_USB_CONFIGFS=y
355356
CONFIG_USB_CONFIGFS_UEVENT=y

arch/x86/configs/gki_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ CONFIG_HID_PLANTRONICS=y
310310
CONFIG_HID_SONY=y
311311
CONFIG_USB_HIDDEV=y
312312
CONFIG_USB=y
313+
CONFIG_USB_ACM=y
313314
CONFIG_USB_GADGET=y
314315
CONFIG_USB_CONFIGFS=y
315316
CONFIG_USB_CONFIGFS_UEVENT=y

0 commit comments

Comments
 (0)