aboutsummaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-04-27 12:33:40 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-03 23:05:00 +0900
commite7e3491761a46a63ce504388075e262192ea542e (patch)
tree2a4d9d2ab10b2c4e81f83633d1b3f16d35d860bb /samples/Kconfig
parentsamples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool option (diff)
downloadlinux-dev-e7e3491761a46a63ce504388075e262192ea542e.tar.xz
linux-dev-e7e3491761a46a63ce504388075e262192ea542e.zip
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 '')
-rw-r--r--samples/Kconfig3
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
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,