summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2025-11-15 10:58:20 +0100
committerMarek Vasut <[email protected]>2025-11-27 19:14:09 +0100
commit2736ed925e3226346b10d3e4ee9ba9fe9544d2f0 (patch)
tree9b5c6043abd9a021002853ca04754970add0684a /drivers
parent962711498ddac6179f1d1f3fa123397ba02a381b (diff)
usb: USB_EHCI_PCI depends on PCI
CONFIG_USB_EHCI_PCI cannot work without CONFIG_PCI. Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/Kconfig1
1 files changed, 1 insertions, 0 deletions
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.