About .config

guruteck_at_gmail.com
Date: 01/18/05


Date: 17 Jan 2005 22:31:58 -0800

Hi all

In "make config" of kernel compilation we can give modular support for
some features and some are integrated in to kernel.
CONFIG_AUTOFS4_FS=m (Modular)
CONFIG_REISERFS_FS=y (Inbuilt)

My question is If we dont give modular support for a particular feature
(Like mentioned above) cant we load by means of modprobe????
What is the exact difference between above lines???
Thanx in advance

Regards