The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / bcache-tools / Config.in
1 config BR2_PACKAGE_BCACHE_TOOLS
2         bool "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
9         help
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.
13
14           http://bcache.evilpiepirate.org/
15
16           This is the user space bcache tools, required to setup the linux
17           bcache feature of the Linux kernel.
18
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