X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=samples%2FKconfig;h=559a58baff6ea5be2915ea6ed551a10c7adf3877;hb=2ea9f31799adce35d8c9a0bb3bc1d2b515702c6f;hp=d54f28c6dc5e5450595f1d5472f14cad3c42cee9;hpb=7d1fc01afc5af35e5197e0e75abe900f6bd279b8;p=deliverable%2Flinux.git diff --git a/samples/Kconfig b/samples/Kconfig index d54f28c6dc5e..559a58baff6e 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -76,4 +76,13 @@ config SAMPLE_CONFIGFS help Builds a sample configfs interface. +config SAMPLE_CONNECTOR + tristate "Build connector sample -- loadable modules only" + depends on CONNECTOR && m + help + When enabled, this builds both a sample kernel module for + the connector interface and a user space tool to communicate + with it. + See also Documentation/connector/connector.txt + endif # SAMPLES