This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PPP issue in ANDROID kernel

Hello 

             I'm using TI's Android JB source. i have compiled my kernel source for ppp function. procedure given in 

http://processors.wiki.ti.com/index.php/Android-USB-3G-Modem-Integration

           My ppp not working i got error in logcat, i've mentioned the error below

E/pppd ( 852): This system lacks kernel support for PPP. This could be because
E/pppd ( 852): the PPP kernel module could not be loaded, or because PPP was not
E/pppd ( 852): included in the kernel configuration. If PPP was included as a
E/pppd ( 852): module, try `/sbin/modprobe -v ppp'. If that fails, check that
E/pppd ( 852): ppp.o exists in /lib/modules/`uname -r`/net.
E/pppd ( 852): See README.linux file in the ppp distribution for more details.

How to add ppp with my kernel?

Thanks in advance.