659c9586f59cc5cdf51cf4963ca3f7eabf589459
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / nut / Config.in
1 comment "nut needs a toolchain w/ C++"
2         depends on BR2_USE_MMU
3         depends on !BR2_INSTALL_LIBSTDCPP
4
5 config BR2_PACKAGE_NUT
6         bool "nut"
7         depends on BR2_USE_MMU # fork()
8         depends on BR2_INSTALL_LIBSTDCPP
9         help
10           Network UPS tools
11
12           The primary goal of the Network UPS Tools (NUT) project is to provide
13           support for Power Devices, such as Uninterruptible Power Supplies,
14           Power Distribution Units and Solar Controllers.
15
16           http://www.networkupstools.org/
17
18 if BR2_PACKAGE_NUT
19
20 config BR2_PACKAGE_NUT_DRIVERS
21         string "drivers"
22         help
23           Select the individual drivers to enable, in a comma-separated list.
24           Leave empty for all.
25
26 endif # BR2_PACKAGE_NUT