projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa98db
)
usb: add HAS_IOMEM dependency to USB_XHCI_HCD
author
Vegard Nossum
<vegard.nossum@oracle.com>
Wed, 10 Feb 2016 14:29:46 +0000
(15:29 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 01:09:56 +0000
(17:09 -0800)
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>
drivers/usb/host/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/host/Kconfig
b/drivers/usb/host/Kconfig
index 4c2e38ab4d4d21501ac3a9bc6d2f913ab648dd00..90cb8d54a65aa1a3f749b63be75dbf69161b6089 100644
(file)
--- 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.