Merge remote-tracking branch 'asoc/topic/meson' into asoc-next
[linux-2.6-block.git] / init / Kconfig
index 36894c9fb4202dc29cf51c9ed2445880dbb88527..0e2344389501ec0f9516951f62cc5332b87b5045 100644 (file)
@@ -580,15 +580,14 @@ config IKCONFIG_PROC
          This option enables access to the kernel configuration file
          through /proc/config.gz.
 
-config IKHEADERS_PROC
-       tristate "Enable kernel header artifacts through /proc/kheaders.tar.xz"
-       depends on PROC_FS
-       help
-         This option enables access to the kernel header and other artifacts that
-         are generated during the build process. These can be used to build eBPF
-         tracing programs, or similar programs.  If you build the headers as a
-         module, a module called kheaders.ko is built which can be loaded on-demand
-         to get access to the headers.
+config IKHEADERS
+       tristate "Enable kernel headers through /sys/kernel/kheaders.tar.xz"
+       depends on SYSFS
+       help
+         This option enables access to the in-kernel headers that are generated during
+         the build process. These can be used to build eBPF tracing programs,
+         or similar programs.  If you build the headers as a module, a module called
+         kheaders.ko is built which can be loaded on-demand to get access to headers.
 
 config LOG_BUF_SHIFT
        int "Kernel log buffer size (16 => 64KB, 17 => 128KB)"