summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-07-19 13:51:07 (GMT)
committerMarek Vasut <marex@denx.de>2017-07-28 21:34:28 (GMT)
commit978f6a3b14f212cc7a956846c9e0cb9ca18620b1 (patch)
tree2b879557d3c371b2b67b1aab4a68b6c941bd1c16 /drivers/usb/host/Kconfig
parentc9621012a6f86500d60648a5e714b1c36e9111b9 (diff)
downloadu-boot-978f6a3b14f212cc7a956846c9e0cb9ca18620b1.tar.xz
usb: xhci-pci: Drop non-DM version of xhci-pci driver
As there is no board that currently uses xhci-pci driver without DM USB, drop its support and leave only DM support. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-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 9edc589..67ad72b 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -33,6 +33,7 @@ config USB_XHCI_MVEBU
config USB_XHCI_PCI
bool "Support for PCI-based xHCI USB controller"
+ depends on DM_USB
default y if X86
help
Enables support for the PCI-based xHCI controller.