mirror of https://github.com/openzfs/zfs.git
Consistent menuconfig name
Make name in Linux menuconfig consistent with those of other filesystems Signed-off-by: Richard Yao <ryao@cs.stonybrook.edu> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #897
This commit is contained in:
parent
074e72953c
commit
c90ea65511
|
@ -59,7 +59,7 @@ done
|
|||
|
||||
cat > "$KERNEL_DIR/fs/zfs/Kconfig" <<"EOF"
|
||||
config ZFS
|
||||
tristate "ZFS"
|
||||
tristate "ZFS filesystem support"
|
||||
depends on SPL
|
||||
depends on EFI_PARTITION
|
||||
select ZLIB_INFLATE
|
||||
|
|
Loading…
Reference in New Issue