From: Heinrich Schuchardt Date: Sat, 15 Nov 2025 09:58:20 +0000 (+0100) Subject: usb: USB_EHCI_PCI depends on PCI X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2736ed925e3226346b10d3e4ee9ba9fe9544d2f0;p=thirdparty%2Fu-boot.git usb: USB_EHCI_PCI depends on PCI CONFIG_USB_EHCI_PCI cannot work without CONFIG_PCI. Signed-off-by: Heinrich Schuchardt Reviewed-by: Marek Vasut --- 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.