X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=samples%2FKconfig;h=74d97cc247872216fc179bf5fdce5b0b9c2cd671;hb=f47b7257c7368698eabff6fd7b340071932af640;hp=57bb2236952ccc45aed86754855b7c1aff4eca81;hpb=9abbf7d028b1598b40ebdc81c48f30da7f3d5bf5;p=linux-2.6 diff --git a/samples/Kconfig b/samples/Kconfig index 57bb223695..74d97cc247 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -13,4 +13,14 @@ config SAMPLE_MARKERS help This build markers example modules. +config SAMPLE_KOBJECT + 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, + ksets, and ktypes properly. + + If in doubt, say "N" here. + endif # SAMPLES +