linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Index of Kernel Configuration Options
@ 2001-03-05  1:11 AJF75
  2001-03-05  4:54 ` Jonathan Morton
  0 siblings, 1 reply; 4+ messages in thread
From: AJF75 @ 2001-03-05  1:11 UTC (permalink / raw)
  To: linux-kernel

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Index of Kernel Configuration Options
  2001-03-05  1:11 Index of Kernel Configuration Options AJF75
@ 2001-03-05  4:54 ` Jonathan Morton
  2001-03-05 11:02   ` Hacksaw
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Morton @ 2001-03-05  4:54 UTC (permalink / raw)
  To: alastair, linux-kernel

>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:     chromi@cyberspace.org  (not for attachments)
big-mail: chromatix@penguinpowered.com
uni-mail: j.d.morton@lancaster.ac.uk

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-----



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Index of Kernel Configuration Options
  2001-03-05  4:54 ` Jonathan Morton
@ 2001-03-05 11:02   ` Hacksaw
  0 siblings, 0 replies; 4+ messages in thread
From: Hacksaw @ 2001-03-05 11:02 UTC (permalink / raw)
  To: linux-kernel

>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...


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Index of Kernel Configuration Options
@ 2001-03-05 20:44 Steven Cole
  0 siblings, 0 replies; 4+ messages in thread
From: Steven Cole @ 2001-03-05 20:44 UTC (permalink / raw)
  To: linux-kernel; +Cc: alan

[-- Attachment #1: Type: text/plain, Size: 1030 bytes --]

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

[-- Attachment #2: options_linux --]
[-- Type: application/x-shellscript, Size: 314 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-03-05 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-05  1:11 Index of Kernel Configuration Options AJF75
2001-03-05  4:54 ` Jonathan Morton
2001-03-05 11:02   ` Hacksaw
2001-03-05 20:44 Steven Cole

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).