projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48664b2
)
OMAPDSS: Add missing dependency on backlight for DSI-CM panel drier
author
Mark Brown
<broonie@linaro.org>
Wed, 25 Sep 2013 11:31:01 +0000
(12:31 +0100)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Thu, 26 Sep 2013 08:38:10 +0000
(11:38 +0300)
The DSI-CM driver uses the backlight class so needs to build depend on it.
Signed-off-by: Mark Brown <broonie@linaro.org>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/displays-new/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/omap2/displays-new/Kconfig
b/drivers/video/omap2/displays-new/Kconfig
index
6c90885
..
10b25e7
100644
(file)
--- a/
drivers/video/omap2/displays-new/Kconfig
+++ b/
drivers/video/omap2/displays-new/Kconfig
@@
-35,6
+35,7
@@
config DISPLAY_PANEL_DPI
config DISPLAY_PANEL_DSI_CM
tristate "Generic DSI Command Mode Panel"
+ depends on BACKLIGHT_CLASS_DEVICE
help
Driver for generic DSI command mode panels.