summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorVegard Nossum <vegard.nossum@oracle.com>2016-02-10 15:29:46 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-14 17:09:56 -0800
commit8f2abe808dbfe4f84412aa3bb40f97f464727641 (patch)
treeeb97c9fc43edd620caf49e85ab407803dd4a6004 /drivers/usb/host/Kconfig
parentaaa98db7181f99784c900618f9c1c8b0bcab43a0 (diff)
usb: add HAS_IOMEM dependency to USB_XHCI_HCD
drivers/built-in.o: In function `xhci_plat_probe': /home/vegard/linux/drivers/usb/host/xhci-plat.c:160: undefined reference to `devm_ioremap_resource' Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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 4c2e38ab4d4d..90cb8d54a65a 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -18,6 +18,7 @@ config USB_C67X00_HCD
config USB_XHCI_HCD
tristate "xHCI HCD (USB 3.0) support"
+ depends on HAS_IOMEM
---help---
The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
"SuperSpeed" host controller hardware.