Re: [PATCH] fix missing hdlc symbols for synclink drivers

From: Randy.Dunlap
Date: Tue Jun 06 2006 - 17:21:38 EST


On Tue, 06 Jun 2006 23:11:27 +0200 Krzysztof Halasa wrote:

> Hi,
>
> "Randy.Dunlap" <rdunlap@xxxxxxxxxxxx> writes:
>
> > I think that the main problem is that SYNCLINK wants to be able
> > to use some functions from hdlc_generic.c when
> > CONFIG_HDLC=m. How do you handle that?
>
> I don't :-)
>
> If CONFIG_HDLC=m then all hw drivers below can only be modules.

OK. We have:

with partial .config:
# CONFIG_WAN is not set
CONFIG_HDLC=m
# CONFIG_HDLC_RAW is not set
# CONFIG_HDLC_RAW_ETH is not set
# CONFIG_HDLC_CISCO is not set
# CONFIG_HDLC_FR is not set
# CONFIG_HDLC_PPP is not set
...
CONFIG_SYNCLINK=m
CONFIG_SYNCLINK_HDLC=y
CONFIG_SYNCLINKMP=m
CONFIG_SYNCLINKMP_HDLC=y
CONFIG_SYNCLINK_GT=m
CONFIG_SYNCLINK_GT_HDLC=y
CONFIG_N_HDLC=m

and still get missing/unresolved symbols...


---
~Randy
-
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/