projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c9ed89
)
drm/i915: automatically select FRAMEBUFFER_CONSOLE if !EMBEDDED
author
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 12 May 2009 16:08:31 +0000
(09:08 -0700)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Tue, 12 May 2009 16:08:31 +0000
(09:08 -0700)
People keep getting bitten by this, so just auto-select it by default,
assuming most configurations will actually want a console.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/gpu/drm/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/Kconfig
b/drivers/gpu/drm/Kconfig
index 3a22eb9be3783ac890514980e4ea7939c0a38e31..17b24c580c099367bdad506bacffa076eb9b1806 100644
(file)
--- a/
drivers/gpu/drm/Kconfig
+++ b/
drivers/gpu/drm/Kconfig
@@
-71,6
+71,7
@@
config DRM_I915
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select FB
+ select FRAMEBUFFER_CONSOLE if !EMBEDDED
tristate "i915 driver"
help
Choose this option if you have a system that has Intel 830M, 845G,