Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4c01684 authored by Michal Marek's avatar Michal Marek Committed by Greg Kroah-Hartman
Browse files

kobject: samples: make SAMPLE_KOBJECT module-only



With SAMPLE_KOBJECT=y, it isn't even linked into the kernel image.

Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 401097ea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@ config SAMPLE_TRACE_EVENTS
	  This build trace event example modules.

config SAMPLE_KOBJECT
	tristate "Build kobject examples"
	tristate "Build kobject examples -- loadable modules only"
	depends on m
	help
	  This config option will allow you to build a number of
	  different kobject sample modules showing how to use kobjects,