No description
Find a file
Masahiro Yamada 137c0118a9 kconfig: make default prompt of mainmenu less specific
If "mainmenu" is not specified, "Linux Kernel Configuration" is used
as a default prompt.

Given that Kconfig is used in other projects than Linux, let's use
a more generic prompt, "Main menu".

Suggested-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2018-05-29 03:31:19 +09:00
arch kconfig: reference environment variables directly and remove 'option env=' 2018-05-29 03:28:58 +09:00
block
certs
crypto
Documentation kconfig: reference environment variables directly and remove 'option env=' 2018-05-29 03:28:58 +09:00
drivers
firmware
fs
include
init kconfig: reference environment variables directly and remove 'option env=' 2018-05-29 03:28:58 +09:00
ipc
kernel
lib
LICENSES
mm
net
samples
scripts kconfig: make default prompt of mainmenu less specific 2018-05-29 03:31:19 +09:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig kconfig: reference environment variables directly and remove 'option env=' 2018-05-29 03:28:58 +09:00
MAINTAINERS
Makefile kconfig: reference environment variables directly and remove 'option env=' 2018-05-29 03:28:58 +09:00
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.
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.