Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41172
b: refs/heads/master
c: 88a22c9
h: refs/heads/master
v: v3
  • Loading branch information
Kay Sievers authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 3586d90 commit 85187fc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0ee61a6cecd100301a60d99feb187776533b2a2
refs/heads/master: 88a22c985e3545c55c9779971007f0f29f912519
20 changes: 20 additions & 0 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,26 @@ config CPUSETS

Say N if unsure.

config SYSFS_DEPRECATED
bool "Create deprecated sysfs files"
default y
help
This option creates deprecated symlinks such as the
"device"-link, the <subsystem>:<name>-link, and the
"bus"-link. It may also add deprecated key in the
uevent environment.
None of these features or values should be used today, as
they export driver core implementation details to userspace
or export properties which can't be kept stable across kernel
releases.

If enabled, this option will also move any device structures
that belong to a class, back into the /sys/class heirachy, in
order to support older versions of udev.

If you are using a distro that was released in 2006 or later,
it should be safe to say N here.

config RELAY
bool "Kernel->user space relay support (formerly relayfs)"
help
Expand Down

0 comments on commit 85187fc

Please sign in to comment.