diff --git a/samples/Kconfig b/samples/Kconfig
index b98a763a9b72f096d8b5e18deecba845fb2d3dbc..399ae533bba9757b37d00f3fbd7397e1f69e7cd9 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,