X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=init%2FKconfig;h=14d484606fab9b0bbdff72b318d664fc5d7b73b3;hb=4437cd1e98409e236a9d303fb742fdd53b3a20bb;hp=176f7e5136c74d2db3923c69751121cdb460d451;hpb=13bb7e37e5081d03643e2bd64f3f5d21f32e7221;p=powerpc.git diff --git a/init/Kconfig b/init/Kconfig index 176f7e5136..14d484606f 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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 :-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