The source for the Linux kernel used in Windows Subsystem for Linux 2 (WSL2)
Перейти к файлу
Daniel Lezcano 110a253575 clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool'
The clocksources are built-in, they are not modules. We don't know if
the core time framework is ready for clockevents / clocksources as
modules.

Revert back this option to 'bool'.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20220718213657.1303538-1-daniel.lezcano@linaro.org
2022-07-27 17:00:49 +02:00
Documentation dt-bindings: timer: renesas,cmt: R-Car V3U is R-Car Gen4 2022-07-18 22:55:14 +02:00
LICENSES
arch clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3 2022-07-27 17:00:48 +02:00
block
certs
crypto
drivers clocksource/drivers/tegra186: Put Kconfig option 'tristate' to 'bool' 2022-07-27 17:00:49 +02:00
fs
include clocksource/drivers/timer-ti-dm: Move inline functions to driver for am6 2022-07-27 17:00:48 +02:00
init
ipc
kernel timers: Provide a better debugobjects hint for delayed works 2022-05-14 17:40:36 +02:00
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

README

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.