diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 176f7e5136c7..14d484606fab 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -249,6 +249,26 @@ config CPUSETS | |||
249 | 249 | ||
250 | Say N if unsure. | 250 | Say N if unsure. |
251 | 251 | ||
252 | config SYSFS_DEPRECATED | ||
253 | bool "Create deprecated sysfs files" | ||
254 | default y | ||
255 | help | ||
256 | This option creates deprecated symlinks such as the | ||
257 | "device"-link, the <subsystem>:<name>-link, and the | ||
258 | "bus"-link. It may also add deprecated key in the | ||
259 | uevent environment. | ||
260 | None of these features or values should be used today, as | ||
261 | they export driver core implementation details to userspace | ||
262 | or export properties which can't be kept stable across kernel | ||
263 | releases. | ||
264 | |||
265 | If enabled, this option will also move any device structures | ||
266 | that belong to a class, back into the /sys/class heirachy, in | ||
267 | order to support older versions of udev. | ||
268 | |||
269 | If you are using a distro that was released in 2006 or later, | ||
270 | it should be safe to say N here. | ||
271 | |||
252 | config RELAY | 272 | config RELAY |
253 | bool "Kernel->user space relay support (formerly relayfs)" | 273 | bool "Kernel->user space relay support (formerly relayfs)" |
254 | help | 274 | help |