2001-03-05 03:49:00

by AJF75

[permalink] [raw]
Subject: Index of Kernel Configuration Options

Does anyone know whereabouts I could go to get an index of all
configurations options (i.e. drivers, etc.) that are available in the
latest Linux kernel? I am waiting on a kernel mode driver for my USB
digital camera, but I don't want to go ahead and download the full 24Mb
just to find out if the support is available yet.

Thanks.


2001-03-05 05:22:53

by Jonathan Morton

[permalink] [raw]
Subject: Re: Index of Kernel Configuration Options

>Does anyone know whereabouts I could go to get an index of all
>configurations options (i.e. drivers, etc.) that are available in the
>latest Linux kernel? I am waiting on a kernel mode driver for my USB
>digital camera, but I don't want to go ahead and download the full 24Mb
>just to find out if the support is available yet.

No idea, but if nobody else has a better idea, you could download one
kernel and inspect it, then simply monitor the *patches* (which are much
smaller) to see when your camera gets support.

--------------------------------------------------------------
from: Jonathan "Chromatix" Morton
mail: [email protected] (not for attachments)
big-mail: [email protected]
uni-mail: [email protected]

The key to knowledge is not to rely on people to teach you it.

Get VNC Server for Macintosh from http://www.chromatix.uklinux.net/vnc/

-----BEGIN GEEK CODE BLOCK-----
Version 3.12
GCS$/E/S dpu(!) s:- a20 C+++ UL++ P L+++ E W+ N- o? K? w--- O-- M++$ V? PS
PE- Y+ PGP++ t- 5- X- R !tv b++ DI+++ D G e+ h+ r- y+
-----END GEEK CODE BLOCK-----


2001-03-05 11:03:01

by Hacksaw

[permalink] [raw]
Subject: Re: Index of Kernel Configuration Options

>latest Linux kernel? I am waiting on a kernel mode driver for my USB
>digital camera, but I don't want to go ahead and download the full 24Mb

For USB stuff, try:

http://www.linux-usb.org/

I like the idea of the hardware index, though...

2001-03-05 20:45:08

by Steven Cole

[permalink] [raw]
Subject: Re: Index of Kernel Configuration Options

I'm not currently on the lkml list here, so I apologize if my cut and
past reply messes up someone's threaded mail reader.

AJF75 wrote:
>Does anyone know whereabouts I could go to get an index of all
>configurations options (i.e. drivers, etc.) that are available in the
>latest Linux kernel? I am waiting on a kernel mode driver for my USB
>digital camera, but I don't want to go ahead and download the full 24Mb
>just to find out if the support is available yet.

Here is a script which will print out all the kernel configuration options
found in config.in or Config.in files. If you put this script in the
scripts directory, run it with sh scripts/options_linux (suggested name).
It should be run from the top of the tree, e.g. /usr/src/linux.

For example, to find all the USB options,
sh scripts/options_linux | grep USB

Due to tab/space munging, I'll have to attach the script.

Hope this helps. Of course, you'll still have to get the whole kernel,
which is what you were trying to avoid in the first place. ;)

Steven


Attachments:
options_linux (314.00 B)