From: Michal Marek Date: Tue, 26 May 2009 12:19:35 +0000 (+0200) Subject: kobject: samples: make SAMPLE_KOBJECT module-only X-Git-Tag: v2.6.31-rc1~305^2~50 X-Git-Url: http://bbs.cooldavid.org/git/?a=commitdiff_plain;h=c4c01684349ac0821ad8c27de9516fe493f3361d;p=net-next-2.6.git kobject: samples: make SAMPLE_KOBJECT module-only With SAMPLE_KOBJECT=y, it isn't even linked into the kernel image. Signed-off-by: Michal Marek Signed-off-by: Greg Kroah-Hartman --- diff --git a/samples/Kconfig b/samples/Kconfig index b75d28cba3f..428b065ba69 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -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,