On Mon, Aug 20, 2012 at 11:23:16AM -0700, Guenter Roeck wrote:
Fix config warning:
warning: ( ... && DRM_USB) selects USB which has unmet direct dependencies (USB_SUPPORT && USB_ARCH_HAS_HCD)
and build error: ERROR: "usb_speed_string" [drivers/usb/core/usbcore.ko] undefined!
by adding the missing dependency on USB_ARCH_HAS_HCD to DRM_UDL and DRM_USB.
I'll take this, sorry for the delay.
greg k-h