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