diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/Kconfig |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig new file mode 100644 index 000000000000..ed41d9036bfc --- /dev/null +++ b/drivers/Kconfig | |||
@@ -0,0 +1,61 @@ | |||
1 | # drivers/Kconfig | ||
2 | |||
3 | menu "Device Drivers" | ||
4 | |||
5 | source "drivers/base/Kconfig" | ||
6 | |||
7 | source "drivers/mtd/Kconfig" | ||
8 | |||
9 | source "drivers/parport/Kconfig" | ||
10 | |||
11 | source "drivers/pnp/Kconfig" | ||
12 | |||
13 | source "drivers/block/Kconfig" | ||
14 | |||
15 | source "drivers/ide/Kconfig" | ||
16 | |||
17 | source "drivers/scsi/Kconfig" | ||
18 | |||
19 | source "drivers/cdrom/Kconfig" | ||
20 | |||
21 | source "drivers/md/Kconfig" | ||
22 | |||
23 | source "drivers/message/fusion/Kconfig" | ||
24 | |||
25 | source "drivers/ieee1394/Kconfig" | ||
26 | |||
27 | source "drivers/message/i2o/Kconfig" | ||
28 | |||
29 | source "drivers/macintosh/Kconfig" | ||
30 | |||
31 | source "net/Kconfig" | ||
32 | |||
33 | source "drivers/isdn/Kconfig" | ||
34 | |||
35 | source "drivers/telephony/Kconfig" | ||
36 | |||
37 | # input before char - char/joystick depends on it. As does USB. | ||
38 | |||
39 | source "drivers/input/Kconfig" | ||
40 | |||
41 | source "drivers/char/Kconfig" | ||
42 | |||
43 | source "drivers/i2c/Kconfig" | ||
44 | |||
45 | source "drivers/w1/Kconfig" | ||
46 | |||
47 | source "drivers/misc/Kconfig" | ||
48 | |||
49 | source "drivers/media/Kconfig" | ||
50 | |||
51 | source "drivers/video/Kconfig" | ||
52 | |||
53 | source "sound/Kconfig" | ||
54 | |||
55 | source "drivers/usb/Kconfig" | ||
56 | |||
57 | source "drivers/mmc/Kconfig" | ||
58 | |||
59 | source "drivers/infiniband/Kconfig" | ||
60 | |||
61 | endmenu | ||