Re: 2.6.10-rc1-mm5

From: Andrew Morton
Date: Thu Nov 11 2004 - 06:27:08 EST


Brice Goglin <Brice.Goglin@xxxxxxxxxxx> wrote:
>
> LD .tmp_vmlinux1
> drivers/built-in.o(.text+0x1c5a4): In function `fbcon_set_font':
> : undefined reference to `crc32_le'

I guess we do it this way:


--- 25/drivers/video/console/Kconfig~fbdev-fix-for-using-16-pixel-wide-font-in-fb-console-config-fix 2004-11-11 03:11:32.464948904 -0800
+++ 25-akpm/drivers/video/console/Kconfig 2004-11-11 03:12:00.013760848 -0800
@@ -105,6 +105,7 @@ config DUMMY_CONSOLE
config FRAMEBUFFER_CONSOLE
tristate "Framebuffer Console support"
depends on FB
+ select CRC32

config FONTS
bool "Select compiled-in fonts"
_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/