LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Question about Kernel Device Support... (https://www.linuxquestions.org/questions/linux-software-2/question-about-kernel-device-support-785435/)

Super TWiT 01-28-2010 03:29 PM

Question about Kernel Device Support...
 
I was compiling my kernel today, and I noticed that in make menuconfig, most of the generic drivers are selected and not a whole lot of manufacturer specific drivers. Shouldn't those be compiled as modules too? This is my second time compiling a kernel so I really don't have much experience.

Elv13 01-28-2010 04:42 PM

A static image is faster than a dynamic (using module) image. Less modules is also faster, because it make less probing for device id (very little gain, but you save 100mb disk space too). If you don't need something, don't build it. If you are not sure if you will ever need it, use modules. For things that you are sure to use, make them built-in. By following those rules, your computer will boot faster, take less memory in both ram and disk.

bohemistanbul 01-29-2010 03:33 AM

hi

before kernel compilation, you can learn what you have with the help of lspci. according to the result, you can select which drivers should be compiled or not.
btw, dont forget to compile the file system and hdd related modules as built-in.


All times are GMT -5. The time now is 02:50 PM.