mirror of https://gitee.com/openkylin/linux.git
dce4c94eed
the arm64 defconfig. -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE/JuuFDWp9/ZkuCBXtdYpNtH8nugFAlrnicAACgkQtdYpNtH8 nujHmhAAjK7JJHP6FZvFxJ0v/aDAcmkB6YWKfcjfuj6hz1gzY8YlMlVNRdU/zlo7 qCEs9F2BFInh4cJdMXHUUbmfzS6v1qbG4vS7/Hl5NZyuf6I8MkTikGkZceyUDRrg Pap9YOdKZDyjovtVpM/KaNyw45HkTb8C9chaaugEOSjOX89BqJRFFXOTqPuWwlgy Q0sbSTb7nNYPtFqsmZ7rotZ2KO/50YGMeeNTjtOAiSjMjinUyTi6tiVFNU3IIWfW RLjAp1JVJKa/2avJISKn1JCL1pc+KNPl2Vlpd+HUMBbtTR+5KBrG3RclsUaqRN2s EC0k/nT+LKR8TRCs/0YvLd3o27vTij1KZ7I2NjGoVfL6SeiKpqRNkZZRb4NFFXPF npVxCcRZtKos7ILp5k+tml4uqyDSkEQu1RbcpJ/fs98kZmAp8LRX4yHAhrF7/dIc j6VAJuePMKxFDljP07D6YrtaCP1zU1NoepCTaiLZu+o9QVfF3xpeeeZsAaCnV1bX tSgrE8Unco1NZmBgxyLkDvtJeoHS+C07AF/48ybPZNJq15wgrk4zEGoAlEwO78yQ GAqoZRxDUmru7gR/yFrwo8YMOXE9PoEXNzQQYKDkzICuYreCmRx2zkYeSHg4Px9f Vql5+HgU5LRKgC9NvmSguNmz3ziIE3aSXpahXJvlh6xUVXCVkss= =WhBp -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJa6LfhAAoJEIfQlpxEBwcE1lgQALLC8tK3C6tuOUvs9C5SOrAT mxv/Gl9NBeKQpEzLA/OWn2r1RD00WkRoimEVyfb5S5WlTGVeD2PQvdUmh7lm8lUE 2g3rj1cv1jeqXWja/g409+am/OBg9gGFkm3xT0p5QlkZAXZ+WWOsXCB+B2Pb8gqw GOeILzGuhs2vk7MzSKzSIhrqShPXEEnj4HQiStthdjGuNMBCFNy5GYe+hu029ct2 qEVFjwHyzqP1Z6fdwsvcQ9n4YG29/r4wjXRRLxHVIDVZFjSyBy15ZRq3F+oII2j/ J3TaQBW2eAfv5t2Zc+kNNqcC4qyyq48dENJlIfS90kpbuJllfFOlr9TsUVUc5vO1 5h9TU9yT9ziDl9vFnh9ChhxGzIBPQUPDBMlTHKKWHFQK8fBEPV4kcziTpogxE9uH 6Wv3oAeNe3+NddwdUnvHwq3DNeIr06mf0b8y5GimaVsEMQiN5OWS69VMawsFXFVW jGPztYGl5oM+UBxP4weWHrGrnt41c9wJZ3mhbTSBn0t8a645MXnlE6z2DXHvwJrz KfudixU4aHi5UYnkSz6Q1KCb/yu7hSM8Ub7EK/RXcgauS+CqJ0Uqy8Lysi+bGNIA TX9n7t1LsKAs38fIBTS9bWgxkjjo1C9mX2uyKRioJM4Ow0n1MFsJQtDshYNEzeAv NzDqYOMbpHjtBhrXvTEw =OjgV -----END PGP SIGNATURE----- Merge tag 'bcm2835-defconfig-64-next-2018-04-30' into defconfig-arm64/next This pull request enables the Raspberry Pi 3 B+'s LAN and bluetooth in the arm64 defconfig. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> |
||
---|---|---|
Documentation | ||
LICENSES | ||
arch | ||
block | ||
certs | ||
crypto | ||
drivers | ||
firmware | ||
fs | ||
include | ||
init | ||
ipc | ||
kernel | ||
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. 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.