1 config BR2_PACKAGE_BCACHE_TOOLS
3 depends on BR2_PACKAGE_HAS_UDEV
4 depends on BR2_USE_WCHAR # util-linux
5 depends on BR2_USE_MMU # util-linux (libblkid)
6 select BR2_PACKAGE_UTIL_LINUX
7 select BR2_PACKAGE_UTIL_LINUX_LIBUUID
8 select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
10 Bcache is a Linux kernel block layer cache. It allows one or
11 more fast disk drives such as flash-based solid state drives (SSDs)
12 to act as a cache for one or more slower hard disk drives.
14 http://bcache.evilpiepirate.org/
16 This is the user space bcache tools, required to setup the linux
17 bcache feature of the Linux kernel.
19 comment "bcache-tools needs udev /dev management and a toolchain w/ wchar"
20 depends on BR2_USE_MMU
21 depends on !BR2_PACKAGE_HAS_UDEV || !BR2_USE_WCHAR