7ae2ab3f757dfe71523cb2cc4b9918cf1e377fa2
The mandatory tweaks to allmodconfig are manually enforced during post_defconfig, so using gki_defconfig as a base for allmodconfig is not strictly necessary. While this helped finding bugs in code paths that are unexplored by the vanilla allmodconfig, this is also misalgigned with KernelCI, and doesn't prevent breakages there, which is one of the original point of allmodconfig as a presubmit test. Remove the KCONFIG_ALLCONFIG parameter for allmodconfig, and remove a stale comment in the same file while at it. Bug: 140224784 Test: compiled-tested allmodconfig for arm64 and x86 Change-Id: Idd33e25ce62e2a6a37d650844d8ae3033070f825 Signed-off-by: Quentin Perret <qperret@google.com>
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.
See Documentation/00-INDEX for a list of what is contained in each file.
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.
Description
Languages
C
98%
Assembly
1.3%
Makefile
0.3%
Shell
0.1%