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:
Richard Yao 2012-08-25 17:16:23 -04:00 committed by Brian Behlendorf
parent 074e72953c
commit c90ea65511

View file

@ -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