Re: Linux 2.6.3-rc4

From: Linus Torvalds
Date: Tue Feb 17 2004 - 14:14:13 EST




On Tue, 17 Feb 2004, GCS wrote:
>
> drivers/built-in.o(.text+0xb2c44): In function `radeon_do_probe_i2c_edid':
> : undefined reference to `i2c_transfer'
> make: *** [.tmp_vmlinux1] Error 1
>
> .config snippshet:
> # CONFIG_FB_RADEON_OLD is not set
> CONFIG_FB_RADEON=y
> CONFIG_FB_RADEON_I2C=y
> CONFIG_FB_RADEON_DEBUG=y

I don't see this. What's your I2C config, and how did you generate your
config file?

CONFIG_FB_RADEON_I2C should depend on CONFIG_I2C, and it selects
I2C_ALGOBIT, but your error messages seem to imply that you don't have i2c
enabled at all.

Which implies a configuration error (but the Kconfig file looks correct,
so I wonder if you found a bug in the configurator).

Linus
-
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/