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