ZHANG Xiaofei <xiaofei.zh...@etu.upmc.fr> writes: Hi,
> Thanks. > > I tried to do as follows: > >> cd GTA02 >> make menuconfig > > but I cannot change "The SCTP Protocol (EXPERIMENTAL)" into <*> > (build-in). It is always as <M>. > > Is there some thing wrong ? How could I compile the kernel with build-in > sctp supporting ? I bet you have IPV6 as module. SCTP needs IPV6 so if IPV6 is as module, you'll get SCTP only as module. Try putting IPV6 built-in (or disabling it if you don't need it) Arnaud