Linux kernel source tree
Go to file
Greg Kroah-Hartman 5b89db2fa5 config: android-base: add CONFIG_IKCONFIG option
This adds CONFIG_IKCONFIG and CONFIG_IKCONFIG_PROC options, which are a
requirement for the O release.

Reviewed-at: https://android-review.googlesource.com/#/c/364553/

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
[AmitP: cherry-picked this change from Android common kernel]
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-06-09 11:47:38 +02:00
Documentation doc: Add coresight_cpu_debug.enable to kernel-parameters.txt 2017-06-09 11:45:24 +02:00
arch arm64: dts: qcom: msm8916: Add debug unit 2017-06-09 11:45:25 +02:00
block
certs
crypto
drivers coresight: add support for CPU debug module 2017-06-09 11:45:25 +02:00
firmware
fs
include coresight: refactor with function of_coresight_get_cpu 2017-06-09 11:45:25 +02:00
init
ipc
kernel config: android-base: add CONFIG_IKCONFIG option 2017-06-09 11:47:38 +02:00
lib
mm
net
samples
scripts
security
sound
tools Merge 4.12-rc2 into char-misc-next 2017-05-22 08:56:55 +02:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: update file entries for Coresight subsystem 2017-06-09 11:45:24 +02:00
Makefile Linux 4.12-rc2 2017-05-21 19:30:23 -07:00
README

README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.