Re: kernel module configuration

2005-05-14 Thread Kris Kennaway
On Sat, May 14, 2005 at 03:23:53PM -0700, Cheng Jin wrote: > > Hi, > > Is there a way to compile only kernel modules that one needs like > with Linux's configuration file? I included only the drivers I > need in the kernel config file, but all the modules got compiled > anyway. :( > > I looked

kernel module configuration

2005-05-14 Thread Cheng Jin
Hi, Is there a way to compile only kernel modules that one needs like with Linux's configuration file? I included only the drivers I need in the kernel config file, but all the modules got compiled anyway. :( I looked around both in the kernel config dir and google, but didn't find anything that w

Re: kernel module configuration

2004-08-16 Thread Hanspeter Roth
On Aug 15 at 17:23, Bill Moran spoke: > By the config file. If you enable the module in the config, it is > built into the kernel, otherwise a kld is generated. What about `apm'? Is it sufficcient to have it commented out in the config and set hint.apm.0.disabled=0 and boot with ACPI disabled?

Re: kernel module configuration

2004-08-16 Thread Giorgos Keramidas
On 2004-08-15 18:04, Hanspeter Roth <[EMAIL PROTECTED]> wrote: > in the kernel configuration one can enable various devices by the > respective 'device' statement. It seems that most drivers go into > the kernel directly. Some drivers such as 'acpi' produce a kernel > module. > How is determined wh

Re: kernel module configuration

2004-08-15 Thread Bill Moran
Hanspeter Roth <[EMAIL PROTECTED]> wrote: > Hello, > > in the kernel configuration one can enable various devices by the > respective 'device' statement. It seems that most drivers go into > the kernel directly. Some drivers such as 'acpi' produce a kernel > module. > How is determined which modul

kernel module configuration

2004-08-15 Thread Hanspeter Roth
Hello, in the kernel configuration one can enable various devices by the respective 'device' statement. It seems that most drivers go into the kernel directly. Some drivers such as 'acpi' produce a kernel module. How is determined which modules become built in and which become modules? Can I have