diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-09-02 23:07:11 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-09-02 23:24:54 +0300 |
commit | 14b469f9c02d458a4388479fb393a625f15af488 (patch) | |
tree | 45402a9ecdb3080188f63b2625d8f71d45de674a /drivers/gpu/drm/tve200/Kconfig | |
parent | b52f09c494507a67a6a2c6b024c7df57150304f4 (diff) | |
download | linux-14b469f9c02d458a4388479fb393a625f15af488.tar.xz |
drm/tve200: Replace custom connector with panel bridge
This replaces the custom connector in the TVE200 with the
panel bridge helper. As long as we're just using panels
and no other bridges, this works just fine.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170902200711.29298-1-linus.walleij@linaro.org
Diffstat (limited to 'drivers/gpu/drm/tve200/Kconfig')
-rw-r--r-- | drivers/gpu/drm/tve200/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tve200/Kconfig b/drivers/gpu/drm/tve200/Kconfig index 21d9841ddb88..c5f03bf4570c 100644 --- a/drivers/gpu/drm/tve200/Kconfig +++ b/drivers/gpu/drm/tve200/Kconfig @@ -4,7 +4,8 @@ config DRM_TVE200 depends on CMA depends on ARM || COMPILE_TEST depends on OF - select DRM_PANEL + select DRM_BRIDGE + select DRM_PANEL_BRIDGE select DRM_KMS_HELPER select DRM_KMS_CMA_HELPER select DRM_GEM_CMA_HELPER |