From: Vegard Nossum Date: Wed, 10 Feb 2016 14:29:48 +0000 (+0100) Subject: usb: add HAS_IOMEM dependency to USB_MUSB_HDRC X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=17987ea59b4bacc928333d4084b5f9d8d442646b;p=linux-beck.git usb: add HAS_IOMEM dependency to USB_MUSB_HDRC drivers/built-in.o: In function `musb_probe': /home/vegard/linux/drivers/usb/musb/musb_core.c:2304: undefined reference to `devm_ioremap_resource' Signed-off-by: Vegard Nossum Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index 0401573f79aa..886526b5fcdd 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @@ -7,6 +7,7 @@ config USB_MUSB_HDRC tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, AW, ...)' depends on (USB || USB_GADGET) + depends on HAS_IOMEM help Say Y here if your system has a dual role high speed USB controller based on the Mentor Graphics silicon IP. Then