m means loadable kernel modules and will be built just during the make modules, and installed under /lib/modules during make modules_install
y means to compile it into the kernel during make bzImage
n means no, neither compiled into kernel or as a loadable module.
http://prism54.org/Documentation/ says to set it to n.
Also See the kernel rebuilding HOWTO thread under Redhat forum, it has really good info.