On Tue, 2016-02-16 at 13:12 +0100, Vegard Nossum wrote: > Alright, let's have a look. The warning I was fixing in this patch > was: > > warning: (USB_APPLEDISPLAY) selects BACKLIGHT_LCD_SUPPORT which > has > unmet direct dependencies (HAS_IOMEM) > > The problem is that USB_APPLEDISPLAY has 'select > BACKLIGHT_LCD_SUPPORT', > but BACKLIGHT_LCD_SUPPORT has a dependency on HAS_IOMEM: > > menu "Graphics support" > depends on HAS_IOMEM It seems to me that this particular dependency is clearly wrong. Even an S390 can use USB graphics devices. That suggests an outright reversion of this particular change. Regards Oliver -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html