summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-04-16 19:56:37 +0200
committerStephen Rothwell <sfr@canb.auug.org.au>2009-05-13 11:35:34 +1000
commitdabb7236bcb9e758ef129793ed4c4d0f5b2387e8 (patch)
tree3f4c9426f3b9c37044341eaea947bb684c86c61e /init
parentaad70e7310607e83e3ad88d7e5f91ab39e928fb1 (diff)
driver core: set default SYSFS_DEPRECATED=n
All recent distros depend on the non-deprecated sysfs layout, so change the default value of the option to reflect that. Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7be4d3836745..3d84048248d9 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -615,13 +615,13 @@ config SYSFS_DEPRECATED
bool
config SYSFS_DEPRECATED_V2
- bool "Create deprecated sysfs layout for older userspace tools"
+ bool "remove sysfs features which may confuse old userspace tools"
depends on SYSFS
- default y
+ default n
select SYSFS_DEPRECATED
help
This option switches the layout of sysfs to the deprecated
- version.
+ version. Do not use it on recent distributions.
The current sysfs layout features a unified device tree at
/sys/devices/, which is able to express a hierarchy between