Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf5192ed authored by Dave Airlie's avatar Dave Airlie
Browse files

drm: select FRAMEBUFFER_CONSOLE_PRIMARY if we have FRAMEBUFFER_CONSOLE



Multi-gpu/switcheroo relies on this option to get the console on the
correct GPU at bootup, some distros enable it but it seems some get
it wrong.

cc: stable@kernel.org
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 8e10cd74
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,7 @@ config DRM_KMS_HELPER
	depends on DRM
	depends on DRM
	select FB
	select FB
	select FRAMEBUFFER_CONSOLE if !EXPERT
	select FRAMEBUFFER_CONSOLE if !EXPERT
	select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
	help
	help
	  FB and CRTC helpers for KMS drivers.
	  FB and CRTC helpers for KMS drivers.