Skip to content

Commit

Permalink
driver core: fix up Kconfig text for CONFIG_SYSFS_DEPRECATED
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Jiri Slaby <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
gregkh committed Mar 4, 2008
1 parent fcab59a commit 024440d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 024440d

Please sign in to comment.