ath10k: release conf_mutex if vdev_start() fails
[cascardo/linux.git] / lib / Kconfig.debug
index 900b63c..dbf94a7 100644 (file)
@@ -1556,17 +1556,6 @@ config PROVIDE_OHCI1394_DMA_INIT
 
          See Documentation/debugging-via-ohci1394.txt for more information.
 
-config FIREWIRE_OHCI_REMOTE_DMA
-       bool "Remote debugging over FireWire with firewire-ohci"
-       depends on FIREWIRE_OHCI
-       help
-         This option lets you use the FireWire bus for remote debugging
-         with help of the firewire-ohci driver. It enables unfiltered
-         remote DMA in firewire-ohci.
-         See Documentation/debugging-via-ohci1394.txt for more information.
-
-         If unsure, say N.
-
 config BUILD_DOCSRC
        bool "Build targets in Documentation/ tree"
        depends on HEADERS_CHECK
@@ -1595,6 +1584,33 @@ config DMA_API_DEBUG
 
          If unsure, say N.
 
+config TEST_MODULE
+       tristate "Test module loading with 'hello world' module"
+       default n
+       depends on m
+       help
+         This builds the "test_module" module that emits "Hello, world"
+         on printk when loaded. It is designed to be used for basic
+         evaluation of the module loading subsystem (for example when
+         validating module verification). It lacks any extra dependencies,
+         and will not normally be loaded by the system unless explicitly
+         requested by name.
+
+         If unsure, say N.
+
+config TEST_USER_COPY
+       tristate "Test user/kernel boundary protections"
+       default n
+       depends on m
+       help
+         This builds the "test_user_copy" module that runs sanity checks
+         on the copy_to/from_user infrastructure, making sure basic
+         user/kernel boundary testing is working. If it fails to load,
+         a regression has been detected in the user/kernel memory boundary
+         protections.
+
+         If unsure, say N.
+
 source "samples/Kconfig"
 
 source "lib/Kconfig.kgdb"