usb: add HAS_IOMEM dependency to USB_APPLEDISPLAY
warning: (USB_APPLEDISPLAY) selects BACKLIGHT_LCD_SUPPORT which has unmet direct dependencies (HAS_IOMEM) Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1b4ea40bbd
commit
4b61b4f205
|
@ -150,6 +150,7 @@ config USB_FTDI_ELAN
|
|||
|
||||
config USB_APPLEDISPLAY
|
||||
tristate "Apple Cinema Display support"
|
||||
depends on HAS_IOMEM
|
||||
select BACKLIGHT_LCD_SUPPORT
|
||||
select BACKLIGHT_CLASS_DEVICE
|
||||
help
|
||||
|
|
Loading…
Reference in New Issue