[PATCH v2 1/1] usb: USB_EHCI_PCI depends on PCI
Heinrich Schuchardt
heinrich.schuchardt at canonical.com
Sat Nov 15 10:58:20 CET 2025
CONFIG_USB_EHCI_PCI cannot work without CONFIG_PCI.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
v2:
remove duplicate USB_EHCI_HCD dependency
---
drivers/usb/host/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 427b62e934b..99f381db9f9 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -271,6 +271,7 @@ config USB_EHCI_MSM
config USB_EHCI_PCI
bool "Support for PCI-based EHCI USB controller"
+ depends on PCI
default y if X86
help
Enables support for the PCI-based EHCI controller.
--
2.51.0
More information about the U-Boot
mailing list