diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2024-04-22 12:30:30 +0200 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2024-05-02 17:58:18 +0200 |
commit | 9367f430917a12d84f90516489c8b94cab5e6390 (patch) | |
tree | 7fbfeff011d0d6da90b5735e4a5257c809eb4f8b /drivers/gpu/drm | |
parent | Revert "drm: fix DRM_DISPLAY_DP_HELPER dependencies, part 2" (diff) | |
download | linux-9367f430917a12d84f90516489c8b94cab5e6390.tar.xz linux-9367f430917a12d84f90516489c8b94cab5e6390.zip |
Revert "drm/display: Select DRM_KMS_HELPER for DP helpers"
This reverts commit 7fa678cc0a5648b5ea28629a2d21b9d4b6ac8f56, as the
commit it fixes will be reverted, too.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patchwork.freedesktop.org/patch/msgid/17b6a2c5f3250a7d02ee1b517182ca6fd9baa45a.1713780345.git.geert+renesas@glider.be
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/display/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/display/Kconfig b/drivers/gpu/drm/display/Kconfig index a38962a556c2..01f2a231aa5f 100644 --- a/drivers/gpu/drm/display/Kconfig +++ b/drivers/gpu/drm/display/Kconfig @@ -39,7 +39,6 @@ config DRM_DISPLAY_DP_AUX_CHARDEV config DRM_DISPLAY_DP_HELPER bool "DRM DisplayPort Helpers" depends on DRM_DISPLAY_HELPER - select DRM_KMS_HELPER default y help DRM display helpers for DisplayPort. |