Message ID | 1556336020-15634-5-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | Accepted |
Commit | e7e3491761a46a63ce504388075e262192ea542e |
Headers | show |
Series | [1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS | expand |
diff --git a/samples/Kconfig b/samples/Kconfig index b98a763..399ae53 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,
This sample works well as builtin. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- samples/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 2.7.4