xref: /OK3568_Linux_fs/buildroot/package/bcache-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_BCACHE_TOOLS
2*4882a593Smuzhiyun	bool "bcache tools"
3*4882a593Smuzhiyun	depends on BR2_PACKAGE_HAS_UDEV
4*4882a593Smuzhiyun	depends on BR2_USE_MMU # util-linux (libblkid)
5*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX
6*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
7*4882a593Smuzhiyun	select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Bcache is a Linux kernel block layer cache. It allows one or
10*4882a593Smuzhiyun	  more fast disk drives such as flash-based solid state drives
11*4882a593Smuzhiyun	  (SSDs) to act as a cache for one or more slower hard disk
12*4882a593Smuzhiyun	  drives.
13*4882a593Smuzhiyun
14*4882a593Smuzhiyun	  http://bcache.evilpiepirate.org/
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  This is the user space bcache tools, required to setup the
17*4882a593Smuzhiyun	  linux bcache feature of the Linux kernel.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "bcache-tools needs udev /dev management"
20*4882a593Smuzhiyun	depends on BR2_USE_MMU
21*4882a593Smuzhiyun	depends on !BR2_PACKAGE_HAS_UDEV
22