diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 4592bf7997c0..47c0db6e63a5 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -580,6 +580,16 @@ config IKCONFIG_PROC | |||
580 | This option enables access to the kernel configuration file | 580 | This option enables access to the kernel configuration file |
581 | through /proc/config.gz. | 581 | through /proc/config.gz. |
582 | 582 | ||
583 | config IKHEADERS_PROC | ||
584 | tristate "Enable kernel header artifacts through /proc/kheaders.tar.xz" | ||
585 | depends on PROC_FS | ||
586 | help | ||
587 | This option enables access to the kernel header and other artifacts that | ||
588 | are generated during the build process. These can be used to build eBPF | ||
589 | tracing programs, or similar programs. If you build the headers as a | ||
590 | module, a module called kheaders.ko is built which can be loaded on-demand | ||
591 | to get access to the headers. | ||
592 | |||
583 | config LOG_BUF_SHIFT | 593 | config LOG_BUF_SHIFT |
584 | int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" | 594 | int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" |
585 | range 12 25 | 595 | range 12 25 |