X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=samples%2FKconfig;h=74d97cc247872216fc179bf5fdce5b0b9c2cd671;hb=f9ef8a23c37677929e95ad4026a2fa0d449c1d3e;hp=57bb2236952ccc45aed86754855b7c1aff4eca81;hpb=0b776eb5426752d4e53354ac89e3710d857e09a7;p=~andy%2Flinux diff --git a/samples/Kconfig b/samples/Kconfig index 57bb2236952..74d97cc2478 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 +