drm: panel/sharp: add backlight dependency
authorArnd Bergmann <arnd@arndb.de>
Wed, 28 Jan 2015 13:48:05 +0000 (14:48 +0100)
committerDave Airlie <airlied@gmail.com>
Sat, 31 Jan 2015 00:11:43 +0000 (10:11 +1000)
The sharp panel code uses the backlight interface to
find a device, which fails when backlight is disabled:

drivers/built-in.o: In function `sharp_panel_probe':
:(.text+0x5ceac): undefined reference to `of_find_backlight_by_node'

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dave Airlie <airlied@gmail.com>
drivers/gpu/drm/panel/Kconfig

index 024e98ef8e4d1bcd7be6b70c648969e529c175e5..84506053a7ca7411d88bbbfbf8d20ba6bf03ae19 100644 (file)
@@ -31,6 +31,7 @@ config DRM_PANEL_SHARP_LQ101R1SX01
        tristate "Sharp LQ101R1SX01 panel"
        depends on OF
        depends on DRM_MIPI_DSI
+       depends on BACKLIGHT_CLASS_DEVICE
        help
          Say Y here if you want to enable support for Sharp LQ101R1SX01
          TFT-LCD modules. The panel has a 2560x1600 resolution and uses
This page took 0.026834 seconds and 5 git commands to generate.