diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-27 14:39:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 10:03:02 -0400 |
commit | baa293e9544bea71361950d071579f0e4d5713ed (patch) | |
tree | 29e0400c806016783a3fd7a380be40a201956653 /samples/Kconfig | |
parent | 4f4cfa6c560c93ba180c30675cf845e1597de44c (diff) |
docs: driver-api: add a series of orphaned documents
There are lots of documents under Documentation/*.txt and a few other
orphan documents elsehwere that belong to the driver-API book.
Move them to their right place.
Reviewed-by: Cornelia Huck <cohuck@redhat.com> # vfio-related parts
Acked-by: Logan Gunthorpe <logang@deltatee.com> # switchtec
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 155da47dc6a4..c8dacb4dda80 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.rst | 102 | See also Documentation/driver-api/connector.rst |
103 | 103 | ||
104 | config SAMPLE_HIDRAW | 104 | config SAMPLE_HIDRAW |
105 | bool "hidraw sample" | 105 | bool "hidraw sample" |