X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=lib%2FKconfig.debug;h=db25707aa41bc021b8174391091178b85258d466;hb=9bad5845485ec22b31d4489c3bd6d96d78442437;hp=094f3152ec2bf318dfe82797baede3b516cbd527;hpb=a6bc732b5a96b5403c2637e85c350b95ec6591f3;p=~andy%2Flinux diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 094f3152ec2..db25707aa41 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -312,6 +312,15 @@ config MAGIC_SYSRQ keys are documented in . Don't say Y unless you really know what this hack does. +config MAGIC_SYSRQ_DEFAULT_ENABLE + hex "Enable magic SysRq key functions by default" + depends on MAGIC_SYSRQ + default 0x1 + help + Specifies which SysRq key functions are enabled by default. + This may be set to 1 or 0 to enable or disable them all, or + to a bitmask as described in Documentation/sysrq.txt. + config DEBUG_KERNEL bool "Kernel debugging" help @@ -1472,6 +1481,15 @@ config INTERVAL_TREE_TEST help A benchmark measuring the performance of the interval tree library +config PERCPU_TEST + tristate "Per cpu operations test" + depends on m && DEBUG_KERNEL + help + Enable this option to build test module which validates per-cpu + operations. + + If unsure, say N. + config ATOMIC64_SELFTEST bool "Perform an atomic64_t self-test at boot" help