Config.in 704 B

123456789101112131415161718192021
  1. config 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. http://bcache.evilpiepirate.org/
  14. This is the user space bcache tools, required to setup the
  15. linux bcache feature of the Linux kernel.
  16. comment "bcache-tools needs udev /dev management"
  17. depends on BR2_USE_MMU
  18. depends on !BR2_PACKAGE_HAS_UDEV