Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
ddc5dc5a1b2a025a612adf17e81126a5ad832476
/
.
/
fs
/
btrfs
/
Kconfig
blob: 22909d9fcccbe1597f7c0b81d889dfa423dbd930 [
file
] [
log
] [
blame
]
config FS_BTRFS
bool
"Enable BTRFS filesystem support"
select
CRC32C
select
LZO
select
RBTREE
help
This
provides a single
-
device read
-
only BTRFS support
.
BTRFS
is
a
next
-
generation
Linux
file system based on the copy
-
on
-
write
principle
.