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: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
8e10cd7434
commit
bf5192edcb
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ config DRM_KMS_HELPER
|
|||
depends on DRM
|
||||
select FB
|
||||
select FRAMEBUFFER_CONSOLE if !EXPERT
|
||||
select FRAMEBUFFER_CONSOLE_DETECT_PRIMARY if FRAMEBUFFER_CONSOLE
|
||||
help
|
||||
FB and CRTC helpers for KMS drivers.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue