o The i2c "Philips style parallel port adapter" is only selectable
as a module in "make menuconfig", although the help text suggests
that it can be compiled in.
o With all i2c options activated, I still get this:
drivers/i2c/i2c.o: In function `scx200_i2c_setscl':
drivers/i2c/i2c.o(.text+0x636f): undefined reference to `scx200_gpio_base'
drivers/i2c/i2c.o(.text+0x6396): undefined reference to `scx200_gpio_shadow'
drivers/i2c/i2c.o(.text+0x63a1): undefined reference to `scx200_gpio_shadow'
drivers/i2c/i2c.o(.text+0x63b4): undefined reference to `scx200_gpio_shadow'
drivers/i2c/i2c.o: In function `scx200_i2c_setsda':
drivers/i2c/i2c.o(.text+0x63cf): undefined reference to `scx200_gpio_base'
drivers/i2c/i2c.o(.text+0x63f6): undefined reference to `scx200_gpio_shadow'
drivers/i2c/i2c.o(.text+0x6401): undefined reference to `scx200_gpio_shadow'
drivers/i2c/i2c.o(.text+0x6414): undefined reference to `scx200_gpio_shadow'
drivers/i2c/i2c.o: In function `scx200_i2c_getscl':
drivers/i2c/i2c.o(.text+0x6423): undefined reference to `scx200_gpio_base'
drivers/i2c/i2c.o: In function `scx200_i2c_getsda':
drivers/i2c/i2c.o(.text+0x6463): undefined reference to `scx200_gpio_base'
drivers/i2c/i2c.o: In function `scx200_i2c_init':
drivers/i2c/i2c.o(.text+0x64f0): undefined reference to `scx200_gpio_base'
drivers/i2c/i2c.o(.text+0x655b): undefined reference to `scx200_gpio_configure'
drivers/i2c/i2c.o(.text+0x6578): undefined reference to `scx200_gpio_configure'
o Some help texts are missing, e.g for
"Generic PCI IDE Chipset Support"
i2c/"NatSemi SCx200 I2C using GPIO pins"
Apart from that, 2.4.21-rc3 compiles, boots and runs OK.
m.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/