summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWademar Brodkorb <wbx@openadk.org>2024-08-06 13:42:42 +0200
committerWademar Brodkorb <wbx@openadk.org>2024-08-10 09:01:28 +0200
commit14c203056941af5c108c4a54afc764e26d0df393 (patch)
treef16bf8233ca1eae42ec3c75dc4828efa0f45246e
parent57817ad5a1660d638ba01451433452749a3ea353 (diff)
solidrun-clearfog: enable USB3 by default
-rw-r--r--target/linux/config/Config.in.usb5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.usb b/target/linux/config/Config.in.usb
index 07e097bc1..157c2f222 100644
--- a/target/linux/config/Config.in.usb
+++ b/target/linux/config/Config.in.usb
@@ -60,6 +60,9 @@ config ADK_LINUX_KERNEL_USB_EHCI_HCD_PCI
config ADK_LINUX_KERNEL_USB_XHCI_PCI
bool
+config ADK_LINUX_KERNEL_USB_XHCI_MVEBU
+ bool
+
config ADK_LINUX_KERNEL_USB_LIBUSUAL
tristate
@@ -123,8 +126,10 @@ config ADK_LINUX_KERNEL_USB_XHCI_HCD
select ADK_LINUX_KERNEL_USB_PCI
select ADK_LINUX_KERNEL_USB_XHCI_PLATFORM
select ADK_LINUX_KERNEL_USB_XHCI_PCI
+ select ADK_LINUX_KERNEL_USB_XHCI_MVEBU if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG
default y if ADK_TARGET_SYSTEM_ROCKPI4_PLUS
default y if ADK_TARGET_SYSTEM_RASPBERRY_PI5
+ default y if ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG
default n
help
The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0