have you recompile and install the kernel after you make xconfig?
make xconfig is only config the compile of the kernel. you need to do:
[code:1]
make dep
make bzImage
make install
make modules
make modules_install
[/code:1]
you can find how to compile the kernel in the README file. This forum also provide that information.