diff options
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 57bb2236952c..74d97cc24787 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -13,4 +13,14 @@ config SAMPLE_MARKERS | |||
13 | help | 13 | help |
14 | This build markers example modules. | 14 | This build markers example modules. |
15 | 15 | ||
16 | config SAMPLE_KOBJECT | ||
17 | tristate "Build kobject examples" | ||
18 | help | ||
19 | This config option will allow you to build a number of | ||
20 | different kobject sample modules showing how to use kobjects, | ||
21 | ksets, and ktypes properly. | ||
22 | |||
23 | If in doubt, say "N" here. | ||
24 | |||
16 | endif # SAMPLES | 25 | endif # SAMPLES |
26 | |||