aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-18 17:53:40 -0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2019-06-22 10:41:57 +0100
commit1c349f4fd36e7f957217402f3a7f87031dc8a0b7 (patch)
treecfaaaa5b07c162660963732f6752f4f6dbd2eef0 /drivers/iio
parentiio: adc: stm32-adc: add missing vdda-supply (diff)
downloadlinux-dev-1c349f4fd36e7f957217402f3a7f87031dc8a0b7.tar.xz
linux-dev-1c349f4fd36e7f957217402f3a7f87031dc8a0b7.zip
docs: iio: convert to ReST
Rename the iio documentation files to ReST, add an index for them and adjust in order to produce a nice html output via the Sphinx build system. 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> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig
index a22cbee593fe..e8559c263a27 100644
--- a/drivers/iio/Kconfig
+++ b/drivers/iio/Kconfig
@@ -27,7 +27,7 @@ config IIO_CONFIGFS
help
This allows configuring various IIO bits through configfs
(e.g. software triggers). For more info see
- Documentation/iio/iio_configfs.txt.
+ Documentation/iio/iio_configfs.rst.
config IIO_TRIGGER
bool "Enable triggered sampling support"