summaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-04-13 21:54:53 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-15 08:20:23 -0400
commit720594f691e5c8fb0624f3653b20b24ba8e57742 (patch)
treecafd6cdcd9562af13af53333409d6f9e5111e737 /samples/Kconfig
parent387b14684f94483cbbb72843db406ec9a8d0d6d2 (diff)
docs: connector: convert to ReST and rename to connector.rst
As it has some function definitions, move them to connector.h. The remaining conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r--samples/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index 71b5e833dd9e..155da47dc6a4 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -99,7 +99,7 @@ config SAMPLE_CONNECTOR
99 When enabled, this builds both a sample kernel module for 99 When enabled, this builds both a sample kernel module for
100 the connector interface and a user space tool to communicate 100 the connector interface and a user space tool to communicate
101 with it. 101 with it.
102 See also Documentation/connector/connector.txt 102 See also Documentation/connector/connector.rst
103 103
104config SAMPLE_HIDRAW 104config SAMPLE_HIDRAW
105 bool "hidraw sample" 105 bool "hidraw sample"