1
0
Fork 0

samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y

This sample works well as builtin.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
hifive-unleashed-5.2
Masahiro Yamada 2019-04-27 12:33:40 +09:00
parent 7206c12474
commit e7e3491761
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ config SAMPLE_TRACE_PRINTK
test various trace_printk() calls from a module.
config SAMPLE_KOBJECT
tristate "Build kobject examples -- loadable modules only"
depends on m
tristate "Build kobject examples"
help
This config option will allow you to build a number of
different kobject sample modules showing how to use kobjects,