1. To avoid bloating the static kernel. If every sound driver wants 1k
of __persistant mixer information, and there are 30 sounds drivers,
that's 29k wasted.
2. Extend 1. this to a distribution kernel which includes modules for
nearly every driver.
3. Because you don't want the static kernel to know about all the modules
you might build and load into it later. I often build modules prior
to loading them.
4. For modules compiled outside the tree.
5. For distributed binary modules.
-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/