Commit c4c01684 authored by Michal Marek's avatar Michal Marek Committed by Greg Kroah-Hartman

kobject: samples: make SAMPLE_KOBJECT module-only

With SAMPLE_KOBJECT=y, it isn't even linked into the kernel image.
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 401097ea
...@@ -26,7 +26,8 @@ config SAMPLE_TRACE_EVENTS ...@@ -26,7 +26,8 @@ config SAMPLE_TRACE_EVENTS
This build trace event example modules. This build trace event example modules.
config SAMPLE_KOBJECT config SAMPLE_KOBJECT
tristate "Build kobject examples" tristate "Build kobject examples -- loadable modules only"
depends on m
help help
This config option will allow you to build a number of This config option will allow you to build a number of
different kobject sample modules showing how to use kobjects, different kobject sample modules showing how to use kobjects,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment