diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-12-01 16:17:50 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-01 19:32:20 -0500 |
commit | e9438e3193a0d1430b70fafe46855c1a56202f7c (patch) | |
tree | d383814df14a69c71b5712f74a466eb37b46ed5b /init | |
parent | cb8799eeddd542abd504c62c11014dfbaec7f3a1 (diff) |
sysfs: fix SYSFS_DEPRECATED_V2 prompt
The SYSFS_DEPRECATED_V2 says "remove" older, deprecated features, but it
actually enables them, so correct this confusing, backwards text.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 39923ccc287b..eb4b33725db1 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -606,7 +606,7 @@ config SYSFS_DEPRECATED | |||
606 | bool | 606 | bool |
607 | 607 | ||
608 | config SYSFS_DEPRECATED_V2 | 608 | config SYSFS_DEPRECATED_V2 |
609 | bool "remove sysfs features which may confuse old userspace tools" | 609 | bool "enable deprecated sysfs features which may confuse old userspace tools" |
610 | depends on SYSFS | 610 | depends on SYSFS |
611 | default n | 611 | default n |
612 | select SYSFS_DEPRECATED | 612 | select SYSFS_DEPRECATED |