diff options
Diffstat (limited to 'package/nut/Config.in')
-rw-r--r-- | package/nut/Config.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/nut/Config.in b/package/nut/Config.in new file mode 100644 index 0000000000..5b47e8bc3f --- /dev/null +++ b/package/nut/Config.in @@ -0,0 +1,20 @@ +config BR2_PACKAGE_NUT + bool "nut" + help + Network UPS tools + + The primary goal of the Network UPS Tools (NUT) project is to provide + support for Power Devices, such as Uninterruptible Power Supplies, + Power Distribution Units and Solar Controllers. + + http://www.networkupstools.org/ + +if BR2_PACKAGE_NUT + +config BR2_PACKAGE_NUT_DRIVERS + string "drivers" + help + Select the individual drivers to enable, in a comma-separated list. + Leave empty for all. + +endif # BR2_PACKAGE_NUT |