Commit e7e34917 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y



This sample works well as builtin.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 7206c124
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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,