summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/display/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2024-04-22 13:30:33 +0300
committerMaxime Ripard <mripard@kernel.org>2024-05-02 18:58:20 +0300
commitd7c128cb775ef21c29c3ad7113f5bd4ba886efa9 (patch)
tree3f3e74c7db2caf5a453141e54e725923caf7523f /drivers/gpu/drm/display/Kconfig
parentd738adc2d900022418f8d5b58a301b59e68d8372 (diff)
downloadlinux-d7c128cb775ef21c29c3ad7113f5bd4ba886efa9.tar.xz
Revert "drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on"
This reverts commit f6d2dc03fa8546b284dd8c1af027d9fac5725921, as helper code should always be selected by the driver that needs it, for the convenience of the final user configuring a kernel. The user who configures a kernel should not need to know which helpers are needed for the driver he is interested in. Making a driver depend on helper code means that the user needs to know which helpers to enable first, which is very user-unfriendly. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://patchwork.freedesktop.org/patch/msgid/bd288a5943dab8609f2d1f2bf413595a61df727a.1713780345.git.geert+renesas@glider.be Signed-off-by: Maxime Ripard <mripard@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/display/Kconfig')
-rw-r--r--drivers/gpu/drm/display/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/display/Kconfig b/drivers/gpu/drm/display/Kconfig
index 01f2a231aa5f..d65f1a37c08c 100644
--- a/drivers/gpu/drm/display/Kconfig
+++ b/drivers/gpu/drm/display/Kconfig
@@ -74,6 +74,5 @@ config DRM_DISPLAY_HDCP_HELPER
config DRM_DISPLAY_HDMI_HELPER
bool "DRM HDMI Helpers"
depends on DRM_DISPLAY_HELPER
- default y
help
DRM display helpers for HDMI.