aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/panel/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig
index 84506053a7ca..d84583776d50 100644
--- a/drivers/gpu/drm/panel/Kconfig
+++ b/drivers/gpu/drm/panel/Kconfig
@@ -10,6 +10,7 @@ menu "Display Panels"
10config DRM_PANEL_SIMPLE 10config DRM_PANEL_SIMPLE
11 tristate "support for simple panels" 11 tristate "support for simple panels"
12 depends on OF 12 depends on OF
13 depends on BACKLIGHT_CLASS_DEVICE
13 help 14 help
14 DRM panel driver for dumb panels that need at most a regulator and 15 DRM panel driver for dumb panels that need at most a regulator and
15 a GPIO to be powered up. Optionally a backlight can be attached so 16 a GPIO to be powered up. Optionally a backlight can be attached so