mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
sysfs: deprecated features are to help old tools not to confuse them
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Greg KH <gregkh@suse.de> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a252e749f1
commit
9e9868a737
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ config SYSFS_DEPRECATED
|
|||
bool
|
||||
|
||||
config SYSFS_DEPRECATED_V2
|
||||
bool "enable deprecated sysfs features which may confuse old userspace tools"
|
||||
bool "enable deprecated sysfs features to support old userspace tools"
|
||||
depends on SYSFS
|
||||
default n
|
||||
select SYSFS_DEPRECATED
|
||||
|
|
Loading…
Reference in a new issue