Explorar el Código

OMAPDSS: Add missing dependency on backlight for DSI-CM panel drier

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>
Mark Brown hace 11 años
padre
commit
633358e9ff
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      drivers/video/omap2/displays-new/Kconfig

+ 1 - 0
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.