x86/NUMA: Provide a range-to-target_node lookup facility
[linux-2.6-microblaze.git] / lib / Kconfig.debug
index 5ffe144..69def4a 100644 (file)
@@ -1025,7 +1025,7 @@ config DEBUG_TIMEKEEPING
 
 config DEBUG_PREEMPT
        bool "Debug preemptible kernel"
-       depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT
+       depends on DEBUG_KERNEL && PREEMPTION && TRACE_IRQFLAGS_SUPPORT
        default y
        help
          If you say Y here then the kernel will use a debug variant of the
@@ -2025,7 +2025,7 @@ config TEST_SYSCTL
          If unsure, say N.
 
 config SYSCTL_KUNIT_TEST
-       bool "KUnit test for sysctl"
+       tristate "KUnit test for sysctl"
        depends on KUNIT
        help
          This builds the proc sysctl unit test, which runs on boot.
@@ -2036,7 +2036,7 @@ config SYSCTL_KUNIT_TEST
          If unsure, say N.
 
 config LIST_KUNIT_TEST
-       bool "KUnit Test for Kernel Linked-list structures"
+       tristate "KUnit Test for Kernel Linked-list structures"
        depends on KUNIT
        help
          This builds the linked list KUnit test suite.