]> git.pld-linux.org Git - packages/kernel.git/commitdiff
enable dwc2 in arm64
authorJan Palus <atler@pld-linux.org>
Wed, 18 Oct 2023 08:14:17 +0000 (10:14 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 18 Oct 2023 08:14:17 +0000 (10:14 +0200)
kernel-multiarch.config

index 95a6c4a4ba5b08d7d27e3b1a981db492420b3056..0e1adc603c50720243faf1062c1194399d46d3ab 100644 (file)
@@ -11293,12 +11293,12 @@ USB_AUTOSUSPEND_DELAY all=2
 #-
 #- *** FILE: drivers/usb/dwc2/Kconfig ***
 #-
-USB_DWC2 all=n arm=m
-USB_DWC2_HOST arm=n
+USB_DWC2 all=n arm=m arm64=m
+USB_DWC2_HOST arm=n arm64=n
 #- Gadget/Dual-role mode requires USB Gadget support to be enabled
-USB_DWC2_PERIPHERAL arm=n
-USB_DWC2_DUAL_ROLE arm=y
-USB_DWC2_PCI arm=m
+USB_DWC2_PERIPHERAL arm=n arm64=n
+USB_DWC2_DUAL_ROLE arm=y arm64=y
+USB_DWC2_PCI arm=m arm64=m
 USB_DWC2_DEBUG all=n
 USB_DWC2_TRACK_MISSED_SOFS all=n
 
This page took 1.837762 seconds and 4 git commands to generate.