From 54b2a099c1bdcb58d280f62a9dafd1ec46c9a80b Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 1 Mar 2019 11:03:48 +0100 Subject: [PATCH] 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 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2