diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-01-28 08:48:05 -0500 |
---|---|---|
committer | Dave Airlie <airlied@gmail.com> | 2015-01-30 19:11:43 -0500 |
commit | f071b34f3aa5943dcdd35137275bcb0e55ed0838 (patch) | |
tree | 33eaee64e0ad072fbc39e5ad4c6f442d8d8ecb21 /drivers/gpu/drm/panel | |
parent | 865844448ce80ccd714793e9ba4140d7ae214229 (diff) |
drm: panel/sharp: add backlight dependency
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>
Diffstat (limited to 'drivers/gpu/drm/panel')
-rw-r--r-- | drivers/gpu/drm/panel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index 024e98ef8e4d..84506053a7ca 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig | |||
@@ -31,6 +31,7 @@ config DRM_PANEL_SHARP_LQ101R1SX01 | |||
31 | tristate "Sharp LQ101R1SX01 panel" | 31 | tristate "Sharp LQ101R1SX01 panel" |
32 | depends on OF | 32 | depends on OF |
33 | depends on DRM_MIPI_DSI | 33 | depends on DRM_MIPI_DSI |
34 | depends on BACKLIGHT_CLASS_DEVICE | ||
34 | help | 35 | help |
35 | Say Y here if you want to enable support for Sharp LQ101R1SX01 | 36 | Say Y here if you want to enable support for Sharp LQ101R1SX01 |
36 | TFT-LCD modules. The panel has a 2560x1600 resolution and uses | 37 | TFT-LCD modules. The panel has a 2560x1600 resolution and uses |