diff options
author | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-02-10 14:45:43 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-02-10 14:45:43 -0500 |
commit | 81b7bbd1932a04869d4c8635a75222dfc6089f96 (patch) | |
tree | 285ae868a1e3a41fb0dbfe346c28e380949bcb55 /drivers/base/Kconfig | |
parent | 98051995ab44b993f992946055edc6115351f725 (diff) | |
parent | 66efc5a7e3061c3597ac43a8bb1026488d57e66b (diff) |
Merge branch 'linus'
Conflicts:
drivers/scsi/ipr.c
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/base/Kconfig')
-rw-r--r-- | drivers/base/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 1429f3a2629e..5d6312e33490 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig | |||
@@ -37,6 +37,18 @@ config DEBUG_DRIVER | |||
37 | 37 | ||
38 | If you are unsure about this, say N here. | 38 | If you are unsure about this, say N here. |
39 | 39 | ||
40 | config DEBUG_DEVRES | ||
41 | bool "Managed device resources verbose debug messages" | ||
42 | depends on DEBUG_KERNEL | ||
43 | help | ||
44 | This option enables kernel parameter devres.log. If set to | ||
45 | non-zero, devres debug messages are printed. Select this if | ||
46 | you are having a problem with devres or want to debug | ||
47 | resource management for a managed device. devres.log can be | ||
48 | switched on and off from sysfs node. | ||
49 | |||
50 | If you are unsure about this, Say N here. | ||
51 | |||
40 | config SYS_HYPERVISOR | 52 | config SYS_HYPERVISOR |
41 | bool | 53 | bool |
42 | default n | 54 | default n |