For the crc32 bits, you've got CONFIG_CRC32=y, but CONFIG_SMC91C92=m, and
nothing built-in is using the crc32 functions, so the linker is throwing
them out. Set CONFIG_CRC32=m, if something built-in needs it it'll get set
to =y by them.
Thanks,
Matt
-- Matt Domsch Sr. Software Engineer, Lead Engineer, Architect Dell Linux Solutions www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com- 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/