|
Looking at the Configure script, it appears that the epic_cb client is built if CARDBUS support is enabled:
725 if [ "$CONFIG_CARDBUS" = "y" ] ; then
726 if grep CARDBUS ${LINUX}/drivers/net/epic100.c >/dev/null ; then
727 echo DO_EPIC_CB=y >> $CONFIG_MK
728 fi
729 fi
I have found that if epic support (CONFIG_EPIC100) has not been compiled into the kernel, the following unresolved symbol results:
# depmod -ae
depmod: *** Unresolved symbols in /lib/modules/2.2.15/pcmcia/epic_cb.o
depmod: epic100_probe
Shouldn't the epic_cb be built only if epic support has been built into the kernel? Have I missed something here? Thanks, Brian
|
Messages