CHROMIUM: add test_module module
[cascardo/linux.git] / lib / Kconfig.debug
index 6777153..83b2558 100644 (file)
@@ -1289,6 +1289,14 @@ config ASYNC_RAID6_TEST
 
          If unsure, say N.
 
+config TEST_MODULE
+       tristate "Test module loading with 'hello world' module"
+       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.
+
 source "samples/Kconfig"
 
 source "lib/Kconfig.kgdb"