提交 8f2abe80 编写于 作者: V Vegard Nossum 提交者: Greg Kroah-Hartman

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: NVegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 aaa98db7
...@@ -18,6 +18,7 @@ config USB_C67X00_HCD ...@@ -18,6 +18,7 @@ config USB_C67X00_HCD
config USB_XHCI_HCD config USB_XHCI_HCD
tristate "xHCI HCD (USB 3.0) support" tristate "xHCI HCD (USB 3.0) support"
depends on HAS_IOMEM
---help--- ---help---
The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
"SuperSpeed" host controller hardware. "SuperSpeed" host controller hardware.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册