Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / init / Kconfig
index c9ec6e8..32c2495 100644 (file)
@@ -1269,44 +1269,6 @@ config SCHED_AUTOGROUP
          desktop applications.  Task group autogeneration is currently based
          upon task session.
 
-config SYSFS_DEPRECATED
-       bool "Enable deprecated sysfs features to support old userspace tools"
-       depends on SYSFS
-       default n
-       help
-         This option adds code that switches the layout of the "block" class
-         devices, to not show up in /sys/class/block/, but only in
-         /sys/block/.
-
-         This switch is only active when the sysfs.deprecated=1 boot option is
-         passed or the SYSFS_DEPRECATED_V2 option is set.
-
-         This option allows new kernels to run on old distributions and tools,
-         which might get confused by /sys/class/block/. Since 2007/2008 all
-         major distributions and tools handle this just fine.
-
-         Recent distributions and userspace tools after 2009/2010 depend on
-         the existence of /sys/class/block/, and will not work with this
-         option enabled.
-
-         Only if you are using a new kernel on an old distribution, you might
-         need to say Y here.
-
-config SYSFS_DEPRECATED_V2
-       bool "Enable deprecated sysfs features by default"
-       default n
-       depends on SYSFS
-       depends on SYSFS_DEPRECATED
-       help
-         Enable deprecated sysfs by default.
-
-         See the CONFIG_SYSFS_DEPRECATED option for more details about this
-         option.
-
-         Only if you are using a new kernel on an old distribution, you might
-         need to say Y here. Even then, odds are you would not need it
-         enabled, you can always pass the boot option if absolutely necessary.
-
 config RELAY
        bool "Kernel->user space relay support (formerly relayfs)"
        select IRQ_WORK