Commit c95d67a6 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Simona Vetter
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ config DRM_INGENIC
	select DRM_GEM_DMA_HELPER
	select REGMAP
	select REGMAP_MMIO
	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
	help
	  Choose this option for DRM support for the Ingenic SoCs.

+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ config DRM_MCDE
	select DRM_PANEL_BRIDGE
	select DRM_KMS_HELPER
	select DRM_GEM_DMA_HELPER
	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
	help
	  Choose this option for DRM support for the ST-Ericsson MCDE
	  Multi-Channel Display Engine.
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ config DRM_PL111
	select DRM_GEM_DMA_HELPER
	select DRM_BRIDGE
	select DRM_PANEL_BRIDGE
	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
	help
	  Choose this option for DRM support for the PL111 CLCD controller.
	  If M is selected the module will be called pl111_drm.
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ config DRM_TVE200
	select DRM_PANEL_BRIDGE
	select DRM_KMS_HELPER
	select DRM_GEM_DMA_HELPER
	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
	help
	  Choose this option for DRM support for the Faraday TV Encoder
	  TVE200 Controller.