Private
Public Access
2
0

mraa: Remove trailing whitespace/tabs from various parts

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-12-21 15:27:15 +00:00
parent 79609ba359
commit 8862ebd9f2
5 changed files with 31 additions and 29 deletions

View File

@@ -2,8 +2,10 @@ iio {#iio}
=== ===
IIO is the kernel's framework for supporting sensors. IIO is the kernel's framework for supporting sensors.
## Using dummy_iio driver ## Using dummy_iio driver
For platforms without IIO hardware the iio_dummy driver can be used. You can add the driver by either rebuilding the kernel with IIO component enabled or just building the IIO modules and load them. For platforms without IIO hardware the iio_dummy driver can be used. You can
You must add the following config fragment. Known to work for kernel 3.19 and later. add the driver by either rebuilding the kernel with IIO component enabled or
just building the IIO modules and load them. You must add the following config
fragment. Known to work for kernel 3.19 and later.
<pre><code> <pre><code>
CONFIG_IIO_DUMMY_EVGEN=m CONFIG_IIO_DUMMY_EVGEN=m
CONFIG_IIO_SIMPLE_DUMMY=m CONFIG_IIO_SIMPLE_DUMMY=m