* [2.6 patch] FB_INTEL must depend on HW_CONSOLE
@ 2005-07-23 22:05 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-07-23 22:05 UTC (permalink / raw)
To: adaplas; +Cc: linux-fbdev-devel, linux-kernel
CONFIG_FB_INTEL=y and CONFIG_HW_CONSOLE results in the following compile
error:
<-- snip -->
...
LD vmlinux
drivers/built-in.o: In function `intelfb_pci_register':
intelfbdrv.c:(.text+0x171960): undefined reference to `color_table'
intelfbdrv.c:(.text+0x171971): undefined reference to `default_red'
intelfbdrv.c:(.text+0x17197e): undefined reference to `default_grn'
intelfbdrv.c:(.text+0x17198b): undefined reference to `default_blu'
intelfbdrv.c:(.text+0x17199a): undefined reference to `color_table'
make: *** [vmlinux] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.13-rc3-mm1-full/drivers/video/Kconfig.old 2005-07-23 22:12:18.000000000 +0200
+++ linux-2.6.13-rc3-mm1-full/drivers/video/Kconfig 2005-07-23 22:12:51.000000000 +0200
@@ -756,7 +756,7 @@
config FB_INTEL
tristate "Intel 830M/845G/852GM/855GM/865G support (EXPERIMENTAL)"
- depends on FB && EXPERIMENTAL && PCI && X86 && !X86_64
+ depends on FB && HW_CONSOLE && EXPERIMENTAL && PCI && X86 && !X86_64
select AGP
select AGP_INTEL
select FB_MODE_HELPERS
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-07-23 22:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-23 22:05 [2.6 patch] FB_INTEL must depend on HW_CONSOLE Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).