projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f85db
)
Revert "drm/display: Select DRM_KMS_HELPER for DP helpers"
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Mon, 22 Apr 2024 10:30:30 +0000
(12:30 +0200)
committer
Maxime Ripard
<mripard@kernel.org>
Thu, 2 May 2024 15:58:18 +0000
(17:58 +0200)
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>
drivers/gpu/drm/display/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/display/Kconfig
b/drivers/gpu/drm/display/Kconfig
index a38962a556c2e8473b1dc4391f0ca6416285511c..01f2a231aa5f04bde19a282c44e7d99ce240cd1d 100644
(file)
--- 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.