]> Git Repo - linux.git/blobdiff - lib/Kconfig.debug
Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
[linux.git] / lib / Kconfig.debug
index 1b99aead800c8bfa6bb120afddac45f542b28dea..9ef7ce18b4f56195b28a4ae3f189af08700922f0 100644 (file)
@@ -877,7 +877,7 @@ config DEBUG_MEMORY_INIT
 
 config MEMORY_NOTIFIER_ERROR_INJECT
        tristate "Memory hotplug notifier error injection module"
-       depends on MEMORY_HOTPLUG_SPARSE && NOTIFIER_ERROR_INJECTION
+       depends on MEMORY_HOTPLUG && NOTIFIER_ERROR_INJECTION
        help
          This option provides the ability to inject artificial errors to
          memory hotplug notifier chain callbacks.  It is controlled through
@@ -2080,9 +2080,10 @@ config TEST_DIV64
          If unsure, say N.
 
 config KPROBES_SANITY_TEST
-       bool "Kprobes sanity tests"
+       tristate "Kprobes sanity tests"
        depends on DEBUG_KERNEL
        depends on KPROBES
+       depends on KUNIT
        help
          This option provides for testing basic kprobes functionality on
          boot. Samples of kprobe and kretprobe are inserted and
This page took 0.030445 seconds and 4 git commands to generate.