From: Yongtaek Jeon Date: Thu, 19 Dec 2024 04:39:07 +0000 (+0900) Subject: ARM64: configs: tizen_kvims: Enable USB DWC2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F82%2F316882%2F1;p=platform%2Fkernel%2Flinux-amlogic.git ARM64: configs: tizen_kvims: Enable USB DWC2 This change enables CONFIG_USB_DWC2 to 'y', which is necessary for systems utilizing the USB controller based on the DesignWare HSOTG IP Core. Change-Id: I20b2749bfc3b9e2a44766eed261a00e82d3aba71 Signed-off-by: Yongtaek Jeon --- diff --git a/arch/arm64/configs/tizen_kvims_defconfig b/arch/arm64/configs/tizen_kvims_defconfig index 77b63cb16832..a410bd9544db 100644 --- a/arch/arm64/configs/tizen_kvims_defconfig +++ b/arch/arm64/configs/tizen_kvims_defconfig @@ -340,6 +340,7 @@ CONFIG_USB_ACM=y CONFIG_USB_STORAGE=y CONFIG_USB_DWC3=y CONFIG_USB_DWC3_HOST=y +CONFIG_USB_DWC2=y CONFIG_USB_SERIAL=y CONFIG_USB_SERIAL_CONSOLE=y CONFIG_USB_SERIAL_GENERIC=y