The minimum kernel version for running tests is now 4.12.6. Reflect
that in the message displayed after building the test suite.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
@echo " ********************************************************"
@echo " * Tests have been built as tests/gpio-test. *"
@echo " * *"
- @echo " * They require linux kernel version >=v4.11 and the *"
+ @echo " * They require linux kernel version >=v4.12.6 and the *"
@echo " * gpio-mockup module (must not be built-in). *"
@echo " * *"
@echo " * Run the test executable with superuser privileges or *"