Re: Linux 2.6.0-test5: serio config broken?

From: Eyal Lebedinsky
Date: Tue Sep 09 2003 - 06:42:44 EST


In -test4 I have:

CONFIG_SERIO=m
CONFIG_SERIO_I8042=m
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
CONFIG_SERIO_PCIPS2=m

but -test5 insists on:

CONFIG_SERIO=m
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
CONFIG_SERIO_PCIPS2=m

Removing the I8042 line and doing 'make oldconfig' does not even
ask about it but sets it to '=y'. As a result I get:

LD init/built-in.o
LD .tmp_vmlinux1
drivers/built-in.o: In function `atkbd_interrupt':
drivers/built-in.o(.text+0x6d10f): undefined reference to `serio_rescan'
drivers/built-in.o: In function `atkbd_disconnect':
drivers/built-in.o(.text+0x6d726): undefined reference to `serio_close'
drivers/built-in.o: In function `atkbd_connect':
drivers/built-in.o(.text+0x6d84e): undefined reference to `serio_open'
drivers/built-in.o(.text+0x6d883): undefined reference to `serio_close'
drivers/built-in.o: In function `atkbd_init':
drivers/built-in.o(.init.text+0x5fd6): undefined reference to
`serio_register_de
vice'
drivers/built-in.o: In function `atkbd_exit':
drivers/built-in.o(.exit.text+0x196): undefined reference to
`serio_unregister_d
evice'
make: *** [.tmp_vmlinux1] Error 1

--
Eyal Lebedinsky (eyal@xxxxxxxxxxxxxx) <http://samba.org/eyal/>
-
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/