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

usb: add HAS_IOMEM dependency to USB_FOTG210_HCD

drivers/built-in.o: In function `fotg210_hcd_probe':
/home/vegard/linux/drivers/usb/host/fotg210-hcd.c:5637: undefined reference to `devm_ioremap_resource'
Signed-off-by: NVegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 8f2abe80
...@@ -367,6 +367,7 @@ config USB_ISP1362_HCD ...@@ -367,6 +367,7 @@ config USB_ISP1362_HCD
config USB_FOTG210_HCD config USB_FOTG210_HCD
tristate "FOTG210 HCD support" tristate "FOTG210 HCD support"
depends on USB depends on USB
depends on HAS_IOMEM
---help--- ---help---
Faraday FOTG210 is an OTG controller which can be configured as Faraday FOTG210 is an OTG controller which can be configured as
an USB2.0 host. It is designed to meet USB2.0 EHCI specification an USB2.0 host. It is designed to meet USB2.0 EHCI specification
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册