mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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>
This commit is contained in:
parent
fcab59a318
commit
024440d2ec
1 changed files with 4 additions and 3 deletions
|
@ -382,10 +382,11 @@ config SYSFS_DEPRECATED
|
||||||
|
|
||||||
If enabled, this option will also move any device structures
|
If enabled, this option will also move any device structures
|
||||||
that belong to a class, back into the /sys/class hierarchy, in
|
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,
|
If you are using a distro with the most recent userspace
|
||||||
it should be safe to say N here.
|
packages, it should be safe to say N here.
|
||||||
|
|
||||||
config CGROUP_MEM_CONT
|
config CGROUP_MEM_CONT
|
||||||
bool "Memory controller for cgroups"
|
bool "Memory controller for cgroups"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue