c8ab0d7ed32986616d43e0f44c0c7cc37a542dd7
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / quota / Config.in
1 config BR2_PACKAGE_QUOTA
2         bool "quota"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
6         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
7         select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
8         help
9           Implementation of the disk quota system.
10
11           http://sourceforge.net/projects/linuxquota/
12
13 comment "quota needs a toolchain w/ wchar, threads"
14         depends on BR2_USE_MMU
15         depends on !BR2_USE_WCHAR || \
16                 !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC)