aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-04-22 07:51:33 +1000
committerDave Airlie <airlied@redhat.com>2011-04-27 16:54:06 +1000
commitbf5192edcbc1f0a7f9c054649dbf1a0b3210d9b7 (patch)
tree3975f4daebc9ad53c4a6e217fd18adb6787e7d56 /drivers/gpu/drm/Kconfig
parentLinux 2.6.39-rc5 (diff)
downloadlinux-dev-bf5192edcbc1f0a7f9c054649dbf1a0b3210d9b7.tar.xz
linux-dev-bf5192edcbc1f0a7f9c054649dbf1a0b3210d9b7.zip
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>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index c58f691ec3ce..b493663c7ba7 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -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.