diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2009-12-03 13:58:00 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-08 16:23:39 -0500 |
commit | 9e9868a7372afc60615e8e11db246a91a121654d (patch) | |
tree | e539792722f17dda27e9843c4140d362e88888dd | |
parent | a252e749f1ae17e43ccc5824f7b1b5854417c98b (diff) |
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>
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 38899243213d..54c655ce9c04 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -615,7 +615,7 @@ config SYSFS_DEPRECATED | |||
615 | bool | 615 | bool |
616 | 616 | ||
617 | config SYSFS_DEPRECATED_V2 | 617 | config SYSFS_DEPRECATED_V2 |
618 | bool "enable deprecated sysfs features which may confuse old userspace tools" | 618 | bool "enable deprecated sysfs features to support old userspace tools" |
619 | depends on SYSFS | 619 | depends on SYSFS |
620 | default n | 620 | default n |
621 | select SYSFS_DEPRECATED | 621 | select SYSFS_DEPRECATED |