Merge to Fedora kernel-2.6.7-1.492
[linux-2.6.git] / drivers / base / Kconfig
1 menu "Generic Driver Options"
2
3 config PREVENT_FIRMWARE_BUILD
4         bool "Prevent firmware from being built"
5         default y
6         help
7           Say yes to avoid building firmware. Firmware is usually shipped
8           with the driver, and only when updating the firware a rebuild
9           should be made.
10           If unsure say Y here.
11
12 config FW_LOADER
13         tristate "Hotplug firmware loading support"
14         depends on HOTPLUG
15         ---help---
16           This option is provided for the case where no in-kernel-tree modules
17           require hotplug firmware loading support, but a module built outside
18           the kernel tree does.
19
20 config DEBUG_DRIVER
21         bool "Driver Core verbose debug messages"
22         depends on DEBUG_KERNEL
23         help
24           Say Y here if you want the Driver core to produce a bunch of
25           debug messages to the system log. Select this if you are having a
26           problem with the driver core and want to see more of what is
27           going on.
28
29           If you are unsure about this, say N here.
30
31 endmenu