diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-04-26 23:33:40 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-03 10:05:00 -0400 |
commit | e7e3491761a46a63ce504388075e262192ea542e (patch) | |
tree | 2a4d9d2ab10b2c4e81f83633d1b3f16d35d860bb /samples/Kconfig | |
parent | 7206c1247416f2c62ce38b65994b5e74fefe2e2b (diff) |
samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y
This sample works well as builtin.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index b98a763a9b72..399ae533bba9 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -20,8 +20,7 @@ config SAMPLE_TRACE_PRINTK | |||
20 | test various trace_printk() calls from a module. | 20 | test various trace_printk() calls from a module. |
21 | 21 | ||
22 | config SAMPLE_KOBJECT | 22 | config SAMPLE_KOBJECT |
23 | tristate "Build kobject examples -- loadable modules only" | 23 | tristate "Build kobject examples" |
24 | depends on m | ||
25 | help | 24 | help |
26 | This config option will allow you to build a number of | 25 | This config option will allow you to build a number of |
27 | different kobject sample modules showing how to use kobjects, | 26 | different kobject sample modules showing how to use kobjects, |