Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4a5d702 authored by Vegard Nossum's avatar Vegard Nossum Committed by Greg Kroah-Hartman
Browse files

usb: add HAS_IOMEM dependency to USB_OXU210HP_HCD



drivers/built-in.o: In function `oxu_drv_probe':
/home/vegard/linux/drivers/usb/host/oxu210hp-hcd.c:3821: undefined reference to `devm_ioremap_resource'

Signed-off-by: default avatarVegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c470ba38
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -332,6 +332,7 @@ endif # USB_EHCI_HCD


config USB_OXU210HP_HCD
config USB_OXU210HP_HCD
	tristate "OXU210HP HCD support"
	tristate "OXU210HP HCD support"
	depends on HAS_IOMEM
	---help---
	---help---
	  The OXU210HP is an USB host/OTG/device controller. Enable this
	  The OXU210HP is an USB host/OTG/device controller. Enable this
	  option if your board has this chip. If unsure, say N.
	  option if your board has this chip. If unsure, say N.