a5ded2984b9e992c2355ad61241b27778163fb3c
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / nbd / Config.in
1 config BR2_PACKAGE_NBD
2         bool "nbd"
3         depends on BR2_USE_WCHAR # glib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5         depends on BR2_USE_MMU # glib2
6         select BR2_PACKAGE_LIBGLIB2
7         help
8           NBD is a set of utilities to configure network block devices,
9           allowing access to remote block devices over TCP/IP network.
10
11           http://nbd.sf.net/
12
13 if BR2_PACKAGE_NBD
14
15 config BR2_NBD_CLIENT
16         bool "nbd client"
17         default y
18         help
19           the client part of NBD.
20
21 config BR2_NBD_SERVER
22         bool "nbd server"
23         help
24           the server part of NBD.
25
26 endif
27
28 comment "nbd needs a toolchain w/ wchar, threads"
29         depends on BR2_USE_MMU
30         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS