On 25/09/13 14:31, Mark Brown wrote:
quoted hunk ↗ jump to hunk
From: Mark Brown <redacted>
The DSI-CM driver uses the backlight class so needs to build depend on it.
Signed-off-by: Mark Brown <redacted>
---
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.
Thanks, I'll queue for 3.12 fixes.
I wish we could "select" instead of "depends on"...
Tomi