From: Bartosz Golaszewski Date: Fri, 1 Mar 2019 10:03:48 +0000 (+0100) Subject: README: fix the kernel version required to run tests X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=54b2a099c1bdcb58d280f62a9dafd1ec46c9a80b;p=qemu-gpiodev%2Flibgpiod.git README: fix the kernel version required to run tests The kernel version required to run tests is v4.16 while README says it's v4.11. Fix it. Signed-off-by: Bartosz Golaszewski --- diff --git a/README b/README index eda9a55..6794d4f 100644 --- 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.