xref: /OK3568_Linux_fs/buildroot/package/zfs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "zfs needs a Linux kernel to be built"
2*4882a593Smuzhiyun	depends on !BR2_LINUX_KERNEL
3*4882a593Smuzhiyun
4*4882a593Smuzhiyuncomment "zfs needs udev /dev management"
5*4882a593Smuzhiyun	depends on BR2_LINUX_KERNEL
6*4882a593Smuzhiyun	depends on !BR2_PACKAGE_HAS_UDEV
7*4882a593Smuzhiyun
8*4882a593Smuzhiyunconfig BR2_PACKAGE_ZFS
9*4882a593Smuzhiyun	bool "zfs"
10*4882a593Smuzhiyun	depends on BR2_LINUX_KERNEL
11*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_UDEV
12*4882a593Smuzhiyun	depends on BR2_USE_MMU  # util-linux (libblkid)
13*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS  # libtirpc
14*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX
15*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
16*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
17*4882a593Smuzhiyun	select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
18*4882a593Smuzhiyun	select BR2_PACKAGE_LIBAIO
19*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
20*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
21*4882a593Smuzhiyun	help
22*4882a593Smuzhiyun	  OpenZFS on Linux and FreeBSD
23*4882a593Smuzhiyun
24*4882a593Smuzhiyun	  OpenZFS is an advanced file system and volume manager which
25*4882a593Smuzhiyun	  was originally developed for Solaris and is now maintained by
26*4882a593Smuzhiyun	  the OpenZFS community. This repository contains the code for
27*4882a593Smuzhiyun	  running OpenZFS on Linux and FreeBSD.
28*4882a593Smuzhiyun
29*4882a593Smuzhiyun	  This package builds the kernel modules and userland utils
30*4882a593Smuzhiyun	  required to operates with ZFS volumes.
31*4882a593Smuzhiyun
32*4882a593Smuzhiyun	  http://zfsonlinux.org/
33