From: Greg Kroah-Hartman Date: Mon, 3 Mar 2008 22:47:13 +0000 (-0800) Subject: driver core: fix up Kconfig text for CONFIG_SYSFS_DEPRECATED X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=024440d2ec9712c077cd315de7ae6bc9f6f14f1b;p=linux-beck.git 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 Cc: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- 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 If enabled, this option will also move any device structures that belong to a class, back into the /sys/class hierarchy, in - order to support older versions of udev. + order to support older versions of udev and some userspace + programs. - If you are using a distro that was released in 2006 or later, - it should be safe to say N here. + If you are using a distro with the most recent userspace + packages, it should be safe to say N here. config CGROUP_MEM_CONT bool "Memory controller for cgroups"