From cb09ff2327ddd1228d4e59971cf71f4ee85c87ab Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Mon, 16 Nov 2015 18:43:07 +0000 Subject: [PATCH] iio.md: add kernel config option Signed-off-by: Brendan Le Foll --- docs/iio.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/iio.md b/docs/iio.md index 470f078..9c20e34 100644 --- a/docs/iio.md +++ b/docs/iio.md @@ -1,7 +1,12 @@ iio {#iio} === -IIO is the kernel's framework for supporting sensors +IIO is the kernel's framework for supporting sensors. You may need to recompile +a kernel and add, this is from kernel 4.2: +CONFIG_IIO_DUMMY_EVGEN=m +CONFIG_IIO_SIMPLE_DUMMY=m +CONFIG_IIO_SIMPLE_DUMMY_EVENTS=y +CONFIG_IIO_SIMPLE_DUMMY_BUFFER=y ## 'RAW' access -- 2.7.4