OSDN Git Service

samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sat, 27 Apr 2019 03:33:40 +0000 (12:33 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 3 May 2019 14:05:00 +0000 (23:05 +0900)
This sample works well as builtin.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
samples/Kconfig

index b98a763..399ae53 100644 (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,