2005-06-24 07:01:10 +02:00
|
|
|
menu "Kernel hacking"
|
|
|
|
|
|
|
|
source "lib/Kconfig.debug"
|
|
|
|
|
2013-05-15 17:34:05 +02:00
|
|
|
config DEBUG_TLB_SANITY
|
|
|
|
bool "Debug TLB sanity"
|
2014-10-02 18:52:56 +02:00
|
|
|
depends on DEBUG_KERNEL && MMU
|
2013-05-15 17:34:05 +02:00
|
|
|
help
|
|
|
|
Enable this to turn on TLB sanity check on each entry to userspace.
|
|
|
|
This check can spot missing TLB invalidation/wrong PTE permissions/
|
|
|
|
premature page freeing.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
2012-11-14 00:16:36 +01:00
|
|
|
config LD_NO_RELAX
|
|
|
|
bool "Disable linker relaxation"
|
2014-12-16 06:22:21 +01:00
|
|
|
default y
|
2012-11-14 00:16:36 +01:00
|
|
|
help
|
|
|
|
Enable this function to disable link-time optimizations.
|
|
|
|
The default linker behavior is to combine identical literal
|
|
|
|
values to reduce code size and remove unnecessary overhead from
|
|
|
|
assembler-generated 'longcall' sequences.
|
|
|
|
Enabling this option improves the link time but increases the
|
|
|
|
code size, and possibly execution time.
|
2005-06-24 07:01:10 +02:00
|
|
|
|
2012-11-28 08:33:02 +01:00
|
|
|
config S32C1I_SELFTEST
|
|
|
|
bool "Perform S32C1I instruction self-test at boot"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Enable this option to test S32C1I instruction behavior at boot.
|
|
|
|
Correct operation of this instruction requires some cooperation from hardware
|
|
|
|
external to the processor (such as bus bridge, bus fabric, or memory controller).
|
|
|
|
It is easy to make wrong hardware configuration, this test should catch it early.
|
|
|
|
|
|
|
|
Say 'N' on stable hardware.
|
|
|
|
|
2012-11-14 00:16:36 +01:00
|
|
|
endmenu
|