Commit c95d67a6 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Daniel Vetter

drm: Clean-up superfluously selecting VT_HW_CONSOLE_BINDING

As config FRAMEBUFFER_CONSOLE already selects VT_HW_CONSOLE_BINDING, there
is no need for any drm driver to repeat that rule for selecting.

Remove those duplications of selecting VT_HW_CONSOLE_BINDING.
Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
[sima: Note that this is only correct since a5ae331e ("drm: Drop
select FRAMEBUFFER_CONSOLE for DRM_FBDEV_EMULATION") because select in
Kconfig isn't recursive and so needs to be replicated.]
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20240108121757.14069-1-lukas.bulwahn@gmail.com
parent 9f78b3ae
...@@ -11,7 +11,6 @@ config DRM_INGENIC ...@@ -11,7 +11,6 @@ config DRM_INGENIC
select DRM_GEM_DMA_HELPER select DRM_GEM_DMA_HELPER
select REGMAP select REGMAP
select REGMAP_MMIO select REGMAP_MMIO
select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
help help
Choose this option for DRM support for the Ingenic SoCs. Choose this option for DRM support for the Ingenic SoCs.
......
...@@ -11,7 +11,6 @@ config DRM_MCDE ...@@ -11,7 +11,6 @@ config DRM_MCDE
select DRM_PANEL_BRIDGE select DRM_PANEL_BRIDGE
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_GEM_DMA_HELPER select DRM_GEM_DMA_HELPER
select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
help help
Choose this option for DRM support for the ST-Ericsson MCDE Choose this option for DRM support for the ST-Ericsson MCDE
Multi-Channel Display Engine. Multi-Channel Display Engine.
......
...@@ -9,7 +9,6 @@ config DRM_PL111 ...@@ -9,7 +9,6 @@ config DRM_PL111
select DRM_GEM_DMA_HELPER select DRM_GEM_DMA_HELPER
select DRM_BRIDGE select DRM_BRIDGE
select DRM_PANEL_BRIDGE select DRM_PANEL_BRIDGE
select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
help help
Choose this option for DRM support for the PL111 CLCD controller. Choose this option for DRM support for the PL111 CLCD controller.
If M is selected the module will be called pl111_drm. If M is selected the module will be called pl111_drm.
......
...@@ -9,7 +9,6 @@ config DRM_TVE200 ...@@ -9,7 +9,6 @@ config DRM_TVE200
select DRM_PANEL_BRIDGE select DRM_PANEL_BRIDGE
select DRM_KMS_HELPER select DRM_KMS_HELPER
select DRM_GEM_DMA_HELPER select DRM_GEM_DMA_HELPER
select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
help help
Choose this option for DRM support for the Faraday TV Encoder Choose this option for DRM support for the Faraday TV Encoder
TVE200 Controller. TVE200 Controller.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment