]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
usb: USB_EHCI_PCI depends on PCI
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 15 Nov 2025 09:58:20 +0000 (10:58 +0100)
committerMarek Vasut <marek.vasut+usb@mailbox.org>
Thu, 27 Nov 2025 18:14:09 +0000 (19:14 +0100)
CONFIG_USB_EHCI_PCI cannot work without CONFIG_PCI.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Marek Vasut <marek.vasut@mailbox.org>
drivers/usb/host/Kconfig

index 427b62e934b23e6c4dea6679a37b0e9217c0fd68..99f381db9f9b2ba5bf0edbdbd8aad5d4d8c68344 100644 (file)
@@ -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.