samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y
This sample works well as builtin. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
7206c12474
commit
e7e3491761
|
@ -20,8 +20,7 @@ config SAMPLE_TRACE_PRINTK
|
||||||
test various trace_printk() calls from a module.
|
test various trace_printk() calls from a module.
|
||||||
|
|
||||||
config SAMPLE_KOBJECT
|
config SAMPLE_KOBJECT
|
||||||
tristate "Build kobject examples -- loadable modules only"
|
tristate "Build kobject examples"
|
||||||
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,
|
||||||
|
|
Loading…
Reference in New Issue