Skip to content

Commit bf5192e

Browse files
committed
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: [email protected] Signed-off-by: Dave Airlie <[email protected]>
1 parent 8e10cd7 commit bf5192e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ config DRM_KMS_HELPER
2424
depends on DRM
2525
select FB
2626
select FRAMEBUFFER_CONSOLE if !EXPERT
27+
select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
2728
help
2829
FB and CRTC helpers for KMS drivers.
2930

0 commit comments

Comments
 (0)