diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 29329374ff0d..ebef88f61b7d 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -992,7 +992,7 @@ config DEBUG_KOBJECT | |||
992 | 992 | ||
993 | config DEBUG_KOBJECT_RELEASE | 993 | config DEBUG_KOBJECT_RELEASE |
994 | bool "kobject release debugging" | 994 | bool "kobject release debugging" |
995 | depends on DEBUG_KERNEL | 995 | depends on DEBUG_OBJECTS_TIMERS |
996 | help | 996 | help |
997 | kobjects are reference counted objects. This means that their | 997 | kobjects are reference counted objects. This means that their |
998 | last reference count put is not predictable, and the kobject can | 998 | last reference count put is not predictable, and the kobject can |