Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: https://www.kernel.org/doc/html/latest/ There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Forked from
gfx-ci / linux
50457 commits behind, 2816 commits ahead of the upstream repository.

David Heidelberg
authored
These configurations provide a tailored experience for running a GPU DUT, involving a number of development boards, Chromebooks, and regular PCs. The adjustments are primarily aimed at enabling seamless NFS boot without a ramdisk, ensuring all dependencies necessary for GPU testing are loaded in a timely manner.
Certain options such as WiFi support, DVB, etc., have been disabled to improve build times and reduce the size of the kernel and modules that need to be distributed to the DUT.
Another important aspect is to closely resemble the default architecture defconfigs as much as possible.
Signed-off-by:
David Heidelberg <david@ixit.cz>