Kconfig (cf475ad28ac35cc9ba612d67158f29b73b38b05d) | Kconfig (88f458e4b91348b2e892c72977b5f665d7f374da) |
---|---|
1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 536 unchanged lines hidden (view full) --- 545 information. 546 547 Almost nothing using the binary sysctl interface so if you are 548 trying to save some space it is probably safe to disable this, 549 making your kernel marginally smaller. 550 551 If unsure say Y here. 552 | 1config ARCH 2 string 3 option env="ARCH" 4 5config KERNELVERSION 6 string 7 option env="KERNELVERSION" 8 --- 536 unchanged lines hidden (view full) --- 545 information. 546 547 Almost nothing using the binary sysctl interface so if you are 548 trying to save some space it is probably safe to disable this, 549 making your kernel marginally smaller. 550 551 If unsure say Y here. 552 |
553config SYSCTL_SYSCALL_CHECK 554 bool "Sysctl checks" if EMBEDDED 555 depends on SYSCTL_SYSCALL 556 default y 557 ---help--- 558 sys_sysctl uses binary paths that have been found challenging 559 to properly maintain and use. This enables checks that help 560 you to keep things correct. 561 562 If unsure say Y here. 563 |
|
553config KALLSYMS 554 bool "Load all symbols for debugging/ksymoops" if EMBEDDED 555 default y 556 help 557 Say Y here to let the kernel print out symbolic crash information and 558 symbolic stack backtraces. This increases the size of the kernel 559 somewhat, as all symbols have to be loaded into the kernel image. 560 --- 329 unchanged lines hidden --- | 564config KALLSYMS 565 bool "Load all symbols for debugging/ksymoops" if EMBEDDED 566 default y 567 help 568 Say Y here to let the kernel print out symbolic crash information and 569 symbolic stack backtraces. This increases the size of the kernel 570 somewhat, as all symbols have to be loaded into the kernel image. 571 --- 329 unchanged lines hidden --- |