diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2016-11-18 02:22:37 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2017-04-04 16:03:56 +0200 |
commit | bf7149f34241dcd6c95ea76b2b5ab4ff33f1c9b9 (patch) | |
tree | c01efb9a97b9be6f5cc83d5341ae6dad9f3d032f /drivers/gpu/drm/rcar-du/Kconfig | |
parent | drm: rcar-du: Document the vsps property in the DT bindings (diff) | |
download | linux-bf7149f34241dcd6c95ea76b2b5ab4ff33f1c9b9.tar.xz linux-bf7149f34241dcd6c95ea76b2b5ab4ff33f1c9b9.zip |
drm: rcar-du: Use the DRM panel API
Instead of parsing the panel device tree node manually, use the panel
API to delegate panel handling to a panel driver.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/rcar-du/Kconfig')
-rw-r--r-- | drivers/gpu/drm/rcar-du/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig index 4c2fd056dd6d..2bab449add76 100644 --- a/drivers/gpu/drm/rcar-du/Kconfig +++ b/drivers/gpu/drm/rcar-du/Kconfig @@ -20,6 +20,7 @@ config DRM_RCAR_HDMI config DRM_RCAR_LVDS bool "R-Car DU LVDS Encoder Support" depends on DRM_RCAR_DU + select DRM_PANEL help Enable support for the R-Car Display Unit embedded LVDS encoders. |