Re: I2C support - 'built-in' VS modules



On 17 Aug 2006 01:55:13 -0700, drasko
<drasko.draskovic@xxxxxxxxx> wrote:

Also - where can I check for the list of these kenel built-in modules?
In /lib/modules I can see only these:
$ pwd
/lib/modules
$ ls
rtai_up.ko rtai_timer_start.ko rtai_hal.ko
$

Where these i2c-*.o files should be kept, after inserted with insmod
(or comiled staticaly into a kernel, as in my case).

A 2.6 kernel uses *.ko files instead of *.o. Drivers that are built
into the kernel do not appear as separate files or in `lsmod`.

--
Actually, it also looks like we should optimize (13,2,42,8,'hike') into
a pp_padav copy as well.
-- Larry Wall in <199711081945.LAA06315@xxxxxxxx>
.



Relevant Pages