mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
bdf8520b834e0540740004c184063d82592a06ae
Ref: https://android.googlesource.com/kernel/configs commit aaf4b964e66f ("Add CONFIG_PSI to recommended") This feature is not (yet?) required for Go, so we need to put it in 'recommended'. commit 5f92c3d69791 ("android R: replace CONFIG_MEMCG requirement with CONFIG_PSI") With adoption of PSI events as low memory notification mechanism MEMCG becomes optional and PSI becomes mandatory. Note that MEMCG can still be used for instance in Android Go devices but it's not mandatory anymore. Change-Id: Id955b47aebc0411594906bc615464d894b1f8d51 Signed-off-by: Jianhui Wang <wjh@rock-chips.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
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%