c720: drop kernel notes for unsupported kernel versions

This commit is contained in:
Yegor Timoshenko
2017-12-24 11:50:06 +00:00
parent fc9b7ae002
commit 097d47e3f8

View File

@@ -1,10 +1 @@
{ lib, ... }: {}
with lib;
{
imports = singleton ../lib/kernerl-version.nix;
kernelAtleast = singleton
{ version = "3.18";
msg = "Cypress APA touchpad supported added in Linux-3.17-rc1";
};
}