FAQ.md - clarify kernel requirements for newer platforms

Change-Id: I0b967d73b4c17d0d7ef01cbee93750515d98c9ab
This commit is contained in:
Cetnerowski, Adam 2018-03-21 16:48:05 +01:00 committed by sys_ocldev
parent ce828748ab
commit c2a71f2dfb
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@
NEO should work on any modern Linux distribution (i.e. Ubuntu, Fedora, etc.)
with default / stock configuration (no kernel patches), assuming the underlying
kernel's drm subsystem is 4.7 or higher.
kernel's drm subsystem is 4.7 or higher. Newer platforms will require a kernel version
that provides support for that platform (e.g. Coffee Lake requires kernel 4.14 or higher).
Our default (most frequent) validation config is currently (as of Q1'18) Ubuntu 16.04.3 LTS.
### Does NEO support Microsoft Windows?