| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 | config ADK_PACKAGE_NUT	prompt "nut............................... Network UPS Tools"	tristate	default n	help	  Network UPS Tools is a collection of programs which provide a common	  interface for monitoring and administering UPS hardware.  It uses a	  layered approach to connect all of the parts.	  http://www.networkupstools.orgconfig ADK_PACKAGE_NUT_SSL	prompt "nut-ssl........................... Build Nut with SSL support"	boolean	default n	depends on ADK_PACKAGE_NUT	select ADK_PACKAGE_LIBOPENSSLconfig ADK_PACKAGE_NUT_USB	prompt "nut-usb........................... Build Nut with USB drivers"	boolean	default n	depends on ADK_PACKAGE_NUT	select ADK_PACKAGE_LIBUSB	help	  This option enables two drivers, namely hidups and energizerups.config ADK_PACKAGE_NUT_SNMP	prompt "nut-snmp.......................... Build Nut with SNMP UPS driver"	boolean	default n	depends on ADK_PACKAGE_NUT	select ADK_PACKAGE_LIBNETSNMP	help	  This option enables the snmp-ups driver.config ADK_PACKAGE_NUT_VARDESC	prompt "command descriptions.............. Include variable and command descriptions"	boolean	default y	depends on ADK_PACKAGE_NUT	help	  With this option enabled, an optional file will be added to the package	  containing a description of the commands and variables to clients.	  If you leave this out, clients will receive "Unavailable" for any description	  requests.menu "UPS Drivers to include"depends on ADK_PACKAGE_NUTconfig ADK_PACKAGE_NUT_DRIVER_APCSMART	prompt "apcsmart.......................... Driver for APC smart protocol (newapc)"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_BELKIN	prompt "belkin............................ Driver for Belkin Smart-UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_BELKINUNV	prompt "belkinunv......................... Driver for Belkin Universal UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_BESTUPS	prompt "bestups........................... Driver for Best-UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_BESTFCOM	prompt "bestfcom.......................... Driver for Best Power F-Command UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_BESTUFERRUPS	prompt "bestuferrups...................... Driver for Best Power Micro-Ferrups"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_CYBERPOWER	prompt "cyberpower........................ Driver for Cyber Power Systems"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_ETAPRO	prompt "etapro............................ Driver for ETA UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_EVERUPS	prompt "everups........................... Driver for Ever UPS models"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_GAMATRONIC	prompt "gamatronic........................ Driver for Gamatronic UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_GENERICUPS	prompt "genericups........................ Driver for generic contact-closure UPS models"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_ISBMEX	prompt "isbmex............................ Driver for SOLA/BASIC Mexico models"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_LIEBERT	prompt "liebert........................... Driver for Liebert UPS via MultiLink cable"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_MASTERGUARD	prompt "masterguard....................... Driver for Masterguard units"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_MEGATEC	prompt "megatec........................... Driver for Megatec protocol based UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_METASYS	prompt "metasys........................... Driver for Meta System UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_MGE_UTALK	prompt "mge-utalk......................... Driver for MGE UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_ONEAC	prompt "oneac............................. Driver for UPS using the Oneac Advanced Interface"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_POWERCOM	prompt "powercom.......................... Driver for Powercom units (see help)"	boolean	default n	help	  This driver supports the following units:	  *  -Trust 425/625	  *  -Powercom	  *  -Advice Partner/King PR750	  *    See http://www.advice.co.il/product/inter/ups.html for its specifications.	  *    This model is based on PowerCom (www.powercom.com) models.	  *  -Socomec Sicon Egys 420	config ADK_PACKAGE_NUT_DRIVER_POWERMUST	prompt "powermust......................... Driver for Powermust"	boolean	default nconfig ADK_PACKAGE_NUT_DRIVER_POWERPANEL	prompt "powerpanel........................ Driver for Powerpanel units"	boolean	default n	help	config ADK_PACKAGE_NUT_DRIVER_RHINO	prompt "rhino............................. Driver for Microsol Rhino UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_SAFENET	prompt "safenet........................... Driver for SafeNet UPS (see help)"	boolean	default n	help	  Supports the following units:	  * - Fairstone L525/-625/-750	  * - Fenton P400/-600/-800	  * - Gemini  UPS625/-1000	  * - Powerwell PM525A/-625A/-800A/-1000A/-1250A	  * - Repotec RPF525/-625/-800/-1000	  * - Soltec Winmate 525/625/800/1000	  * - Sweex 500/1000	  * - others using SafeNet software and serial interfaceconfig ADK_PACKAGE_NUT_DRIVER_SOLIS	prompt "solis............................. Driver for Microsol Solis UPS"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_TRIPPLITE	prompt "tripplite......................... Driver for Tripp Lite SmartUPS models"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_TRIPPLITESU	prompt "tripplitesu....................... Driver for Tripp Lite SmartOnline (SU*) models"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_UPSCODE2	prompt "upscode2.......................... Driver for UPS using UPScode II command set"	boolean	default n	config ADK_PACKAGE_NUT_DRIVER_VICTRONUPS	prompt "victronups........................ Driver for GE/IMV/Victron units"	boolean	default n	endmenu
 |