VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
ec8f24b7faaf3 (Thomas Gleixner 2019-05-19 13:07:45 +0100  1) # SPDX-License-Identifier: GPL-2.0-only
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000  2) config EFIVAR_FS
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000  3) 	tristate "EFI Variable filesystem"
a9499fa7cd3fd (Tom Gundersen   2013-02-08 15:37:06 +0000  4) 	depends on EFI
62c204ddfe964 (Leif Lindholm   2014-12-18 17:50:49 +0000  5) 	default m
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000  6) 	help
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000  7) 	  efivarfs is a replacement filesystem for the old EFI
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000  8) 	  variable support via sysfs, as it doesn't suffer from the
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000  9) 	  same 1024-byte variable size limit.
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000 10) 
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000 11) 	  To compile this file system support as a module, choose M
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000 12) 	  here. The module will be called efivarfs.
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000 13) 
d68772b7c83f4 (Matt Fleming    2013-02-08 16:27:24 +0000 14) 	  If unsure, say N.