Test module loading with 'hello world' module

modulename: test_module.ko

configname: CONFIG_TEST_LKM

Linux Kernel Configuration
└─>Runtime Testing
└─>Test module loading with 'hello world' module
In linux kernel since version 3.10 (release Date: 2013-06-30)  
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.

source code:
depends
CONFIG_MODULES |
| CONFIG_RUNTIME_TESTING_MENU

is depended by
CONFIG_TEST_KMOD