python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / bcache-tools / Config.in
blob7e6319bce7121988cdcecf60c2b3880b775c9044
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 (SSDs)
11           to act as a cache for one or more slower hard disk drives.
13           http://bcache.evilpiepirate.org/
15           This is the user space bcache tools, required to setup the linux
16           bcache feature of the Linux kernel.
18 comment "bcache-tools needs udev /dev management"
19         depends on BR2_USE_MMU
20         depends on !BR2_PACKAGE_HAS_UDEV