VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
b24413180f560 (Greg Kroah-Hartman    2017-11-01 15:07:57 +0100  1) # SPDX-License-Identifier: GPL-2.0
838a2e55e6a4e (Arnaud Lacombe        2010-09-04 17:10:20 -0400  2) #
838a2e55e6a4e (Arnaud Lacombe        2010-09-04 17:10:20 -0400  3) # For a description of the syntax of this configuration file,
cd238effefa28 (Mauro Carvalho Chehab 2019-06-12 14:52:48 -0300  4) # see Documentation/kbuild/kconfig-language.rst.
838a2e55e6a4e (Arnaud Lacombe        2010-09-04 17:10:20 -0400  5) #
104daea149c45 (Masahiro Yamada       2018-05-28 18:21:40 +0900  6) mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"
838a2e55e6a4e (Arnaud Lacombe        2010-09-04 17:10:20 -0400  7) 
e1cfdc0e72fc9 (Masahiro Yamada       2018-05-28 18:21:59 +0900  8) source "scripts/Kconfig.include"
e1cfdc0e72fc9 (Masahiro Yamada       2018-05-28 18:21:59 +0900  9) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 10) source "init/Kconfig"
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 11) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 12) source "kernel/Kconfig.freezer"
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 13) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 14) source "fs/Kconfig.binfmt"
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 15) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 16) source "mm/Kconfig"
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 17) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 18) source "net/Kconfig"
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 19) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 20) source "drivers/Kconfig"
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 21) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 22) source "fs/Kconfig"
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 23) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 24) source "security/Kconfig"
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 25) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 26) source "crypto/Kconfig"
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 27) 
1572497cb0e6d (Christoph Hellwig     2018-07-31 13:39:30 +0200 28) source "lib/Kconfig"
06ec64b84c357 (Christoph Hellwig     2018-07-31 13:39:31 +0200 29) 
06ec64b84c357 (Christoph Hellwig     2018-07-31 13:39:31 +0200 30) source "lib/Kconfig.debug"
b1663d7e3a796 (Mauro Carvalho Chehab 2019-06-04 09:26:27 -0300 31) 
b1663d7e3a796 (Mauro Carvalho Chehab 2019-06-04 09:26:27 -0300 32) source "Documentation/Kconfig"