Kconfig 1.2 KB
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6
# drivers/Kconfig

menu "Device Drivers"

source "drivers/base/Kconfig"

E
Evgeniy Polyakov 已提交
7 8
source "drivers/connector/Kconfig"

L
Linus Torvalds 已提交
9 10 11 12 13 14 15 16 17 18 19 20
source "drivers/mtd/Kconfig"

source "drivers/parport/Kconfig"

source "drivers/pnp/Kconfig"

source "drivers/block/Kconfig"

source "drivers/ide/Kconfig"

source "drivers/scsi/Kconfig"

J
Jeff Garzik 已提交
21 22
source "drivers/ata/Kconfig"

L
Linus Torvalds 已提交
23 24 25 26 27 28 29 30 31 32 33 34
source "drivers/cdrom/Kconfig"

source "drivers/md/Kconfig"

source "drivers/message/fusion/Kconfig"

source "drivers/ieee1394/Kconfig"

source "drivers/message/i2o/Kconfig"

source "drivers/macintosh/Kconfig"

35
source "drivers/net/Kconfig"
L
Linus Torvalds 已提交
36 37 38 39 40 41 42 43 44 45 46 47 48

source "drivers/isdn/Kconfig"

source "drivers/telephony/Kconfig"

# input before char - char/joystick depends on it. As does USB.

source "drivers/input/Kconfig"

source "drivers/char/Kconfig"

source "drivers/i2c/Kconfig"

49 50
source "drivers/spi/Kconfig"

L
Linus Torvalds 已提交
51 52
source "drivers/w1/Kconfig"

53 54
source "drivers/hwmon/Kconfig"

L
Linus Torvalds 已提交
55 56
source "drivers/misc/Kconfig"

57 58
source "drivers/mfd/Kconfig"

L
Linus Torvalds 已提交
59 60 61 62 63 64 65 66 67 68
source "drivers/media/Kconfig"

source "drivers/video/Kconfig"

source "sound/Kconfig"

source "drivers/usb/Kconfig"

source "drivers/mmc/Kconfig"

R
Richard Purdie 已提交
69 70
source "drivers/leds/Kconfig"

L
Linus Torvalds 已提交
71 72
source "drivers/infiniband/Kconfig"

A
Alan Cox 已提交
73 74
source "drivers/edac/Kconfig"

75 76
source "drivers/rtc/Kconfig"

C
Chris Leech 已提交
77 78
source "drivers/dma/Kconfig"

L
Linus Torvalds 已提交
79
endmenu