ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / base / Kconfig
1 menu "Generic Driver Options"
2
3 config FW_LOADER
4         tristate "Hotplug firmware loading support"
5         depends on HOTPLUG
6         ---help---
7           This option is provided for the case where no in-kernel-tree modules
8           require hotplug firmware loading support, but a module built outside
9           the kernel tree does.
10
11 config DEBUG_DRIVER
12          bool "Driver Core verbose debug messages"
13         depends on DEBUG_KERNEL
14         help
15           Say Y here if you want the Driver core to produce a bunch of
16           debug messages to the system log. Select this if you are having a
17           problem with the driver core and want to see more of what is
18           going on.
19
20           If you are unsure about this, say N here.
21
22 endmenu