Kconfig (c3bdd5e65185f46150b3bac103b3854040487857) | Kconfig (43d8ce9d65a54846d378545770991e65838981e0) |
---|---|
1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$(shell,uname -r)/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$(shell,uname -r)" 8 default ARCH_DEFCONFIG --- 566 unchanged lines hidden (view full) --- 575 576config IKCONFIG_PROC 577 bool "Enable access to .config through /proc/config.gz" 578 depends on IKCONFIG && PROC_FS 579 ---help--- 580 This option enables access to the kernel configuration file 581 through /proc/config.gz. 582 | 1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$(shell,uname -r)/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$(shell,uname -r)" 8 default ARCH_DEFCONFIG --- 566 unchanged lines hidden (view full) --- 575 576config IKCONFIG_PROC 577 bool "Enable access to .config through /proc/config.gz" 578 depends on IKCONFIG && PROC_FS 579 ---help--- 580 This option enables access to the kernel configuration file 581 through /proc/config.gz. 582 |
583config 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 |
|
583config LOG_BUF_SHIFT 584 int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" 585 range 12 25 586 default 17 587 depends on PRINTK 588 help 589 Select the minimal kernel log buffer size as a power of 2. 590 The final size is affected by LOG_CPU_MAX_BUF_SHIFT config --- 1492 unchanged lines hidden --- | 593config LOG_BUF_SHIFT 594 int "Kernel log buffer size (16 => 64KB, 17 => 128KB)" 595 range 12 25 596 default 17 597 depends on PRINTK 598 help 599 Select the minimal kernel log buffer size as a power of 2. 600 The final size is affected by LOG_CPU_MAX_BUF_SHIFT config --- 1492 unchanged lines hidden --- |