projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b4ea40
)
usb: add HAS_IOMEM dependency to USB_APPLEDISPLAY
author
Vegard Nossum
<vegard.nossum@oracle.com>
Wed, 10 Feb 2016 14:29:50 +0000
(15:29 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 01:09:56 +0000
(17:09 -0800)
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>
drivers/usb/misc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/misc/Kconfig
b/drivers/usb/misc/Kconfig
index f7a7fc21be8a7b75795077e9493f217059b04f29..ea10059d1b48e2894758f3df4c0339c17dc864ce 100644
(file)
--- a/
drivers/usb/misc/Kconfig
+++ b/
drivers/usb/misc/Kconfig
@@
-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