diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-03-03 17:47:13 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-03-04 17:47:04 -0500 |
commit | 024440d2ec9712c077cd315de7ae6bc9f6f14f1b (patch) | |
tree | 96d2b16c82fed3cfef07b914d94d8834d3714da9 /init | |
parent | fcab59a3186640ce085e89ee6dfc03cacfb6c7c9 (diff) |
driver core: fix up Kconfig text for CONFIG_SYSFS_DEPRECATED
As things get moved into this config option, the hard date of 2006 does
not work anymore, so update the text to be more descriptive.
Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig index f698a5af5007..e6606e6e99e4 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -382,10 +382,11 @@ config SYSFS_DEPRECATED | |||
382 | 382 | ||
383 | If enabled, this option will also move any device structures | 383 | If enabled, this option will also move any device structures |
384 | that belong to a class, back into the /sys/class hierarchy, in | 384 | that belong to a class, back into the /sys/class hierarchy, in |
385 | order to support older versions of udev. | 385 | order to support older versions of udev and some userspace |
386 | programs. | ||
386 | 387 | ||
387 | If you are using a distro that was released in 2006 or later, | 388 | If you are using a distro with the most recent userspace |
388 | it should be safe to say N here. | 389 | packages, it should be safe to say N here. |
389 | 390 | ||
390 | config CGROUP_MEM_CONT | 391 | config CGROUP_MEM_CONT |
391 | bool "Memory controller for cgroups" | 392 | bool "Memory controller for cgroups" |