Re: CONFIG_KMOD in kernel

2000-08-18 Thread André Dahlqvist
On Thu, Aug 17, 2000 at 09:43:34PM -0500, John Reinke wrote: > Out of curiosity, should I have CONFIG_KMOD on or off when configuring > kernel 2.2.17? If you want modules to be auto-inserted on demand I would suggest doing so, yes. > I have CONFIG_MODULES=y. Is CONFIG_KMOD the same sort of thin

CONFIG_KMOD in kernel

2000-08-17 Thread John Reinke
Out of curiosity, should I have CONFIG_KMOD on or off when configuring kernel 2.2.17? I have CONFIG_MODULES=y. Is CONFIG_KMOD the same sort of thing? I guess I've always assumed that if I use modules, I should have a way for the kernel to load them. John