xref: /OK3568_Linux_fs/buildroot/package/ipmitool/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_IPMITOOL
2	bool "ipmitool"
3	depends on BR2_USE_MMU # fork()
4	help
5	  IPMItool provides a simple command-line interface to
6	  IPMI-enabled devices.
7
8	  http://sourceforge.net/projects/ipmitool/
9
10if BR2_PACKAGE_IPMITOOL
11
12config BR2_PACKAGE_IPMITOOL_LANPLUS
13	bool "enable lanplus interface"
14	select BR2_PACKAGE_OPENSSL
15	help
16	  Enables the IPMI v2.0 RMCP+ LAN interface typically used to
17	  send IPMI commands to the BMC of a remote server.
18	  Not needed if you only want to communicate with the local BMC
19	  of your device using the OpenIPMI ipmi_si kernel module, or if
20	  using the legacy IPMI v1.5 RMCP LAN interface.
21
22config BR2_PACKAGE_IPMITOOL_USB
23	bool "enable usb interface"
24	help
25	  Enables the IPMI USB interface typically used to send inband
26	  IPMI commands to the BMC of a server.
27
28config BR2_PACKAGE_IPMITOOL_IPMIEVD
29	bool "ipmievd"
30	help
31	  IPMI event daemon for sending events to syslog
32
33config BR2_PACKAGE_IPMITOOL_IPMISHELL
34	bool "ipmishell"
35	select BR2_PACKAGE_NCURSES
36	select BR2_PACKAGE_READLINE
37	help
38	  IPMI shell interface
39
40endif
41