All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAPDSS: Add missing dependency on backlight for DSI-CM panel drier
@ 2013-09-25 11:31 ` Mark Brown
  0 siblings, 0 replies; 10+ messages in thread
From: Mark Brown @ 2013-09-25 11:31 UTC (permalink / raw)
  To: Tomi Valkeinen, Jean-Christophe Plagniol-Villard
  Cc: linux-fbdev, linux-omap, linaro-kernel, Mark Brown

From: Mark Brown <broonie@linaro.org>

The DSI-CM driver uses the backlight class so needs to build depend on it.

Signed-off-by: Mark Brown <broonie@linaro.org>
---
 drivers/video/omap2/displays-new/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/video/omap2/displays-new/Kconfig b/drivers/video/omap2/displays-new/Kconfig
index 6c90885..10b25e7 100644
--- 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.
 
-- 
1.8.4.rc3


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-09-26 10:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 11:31 [PATCH] OMAPDSS: Add missing dependency on backlight for DSI-CM panel drier Mark Brown
2013-09-25 11:31 ` Mark Brown
2013-09-26  0:59 ` Jingoo Han
2013-09-26  0:59   ` Jingoo Han
2013-09-26  8:36 ` Tomi Valkeinen
2013-09-26  8:36   ` Tomi Valkeinen
2013-09-26 10:12   ` Mark Brown
2013-09-26 10:12     ` Mark Brown
2013-09-26 10:21     ` Tomi Valkeinen
2013-09-26 10:21       ` Tomi Valkeinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.