README: fix the kernel version required to run tests
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 1 Mar 2019 10:03:48 +0000 (11:03 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Fri, 1 Mar 2019 10:03:48 +0000 (11:03 +0100)
The kernel version required to run tests is v4.16 while README says
it's v4.11. Fix it.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
README

diff --git a/README b/README
index eda9a5507cb83ca338490ffc9865b3df3e2ebfa3..6794d4f22da929e4bcebbc830cfd6ca5a12beac4 100644 (file)
--- a/README
+++ b/README
@@ -118,7 +118,7 @@ TESTING
 A comprehensive testing framework is included with the library and can be
 used to test both the library code and the linux kernel user-space interface.
 
-The minimum kernel version required to run the tests is 4.11. The tests work
+The minimum kernel version required to run the tests is 4.16. The tests work
 together with the gpio-mockup kernel module which must be enabled. NOTE: the
 module must not be built-in.