6fe166
## Path:        Hardware/IPMI
6fe166
## Description: Enable standard hardware interfaces (KCS, BT, SMIC)
6fe166
## Type:        yesno
6fe166
## Default:     "yes"
6fe166
## Config:      ipmi
6fe166
# Enable standard hardware interfaces (KCS, BT, SMIC)
6fe166
# You probably want this enabled.
6fe166
IPMI_SI=yes
6fe166
6fe166
## Path:        Hardware/IPMI
6fe166
## Description: Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
6fe166
## Type:        yesno
6fe166
## Default:     "yes"
6fe166
## Config:      ipmi
6fe166
# Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
6fe166
# and other userspace IPMI-using applications.
6fe166
# You probably want this enabled.
6fe166
DEV_IPMI=yes
6fe166
6fe166
## Path:        Hardware/IPMI
6fe166
## Description: Enable IPMI_WATCHDOG if you want the IPMI watchdog
6fe166
## Type:        yesno
6fe166
## Default:     "no"
6fe166
## Config:      ipmi
6fe166
# Enable IPMI_WATCHDOG if you want the IPMI watchdog
6fe166
# to reboot the system if it hangs
6fe166
IPMI_WATCHDOG=no
6fe166
6fe166
## Path:        Hardware/IPMI
6fe166
## Description: Watchdog options - modinfo ipmi_watchdog for details
6fe166
## Type:        string
6fe166
## Default:     "timeout=60"
6fe166
## Config:      ipmi
6fe166
# Watchdog options - modinfo ipmi_watchdog for details
6fe166
# watchdog timeout value in seconds
6fe166
# as there is no userspace ping application that runs during shutdown,
6fe166
# be sure to give it enough time for any device drivers to
6fe166
# do their cleanup (e.g. megaraid cache flushes)
6fe166
# without the watchdog triggering prematurely
6fe166
IPMI_WATCHDOG_OPTIONS="timeout=60"
6fe166
6fe166
## Path:        Hardware/IPMI
6fe166
## Description: Enable IPMI_POWEROFF if you want the IPMI poweroff module to be loaded.
6fe166
## Type:        yesno
6fe166
## Default:     "no"
6fe166
## Config:      ipmi
6fe166
# Enable IPMI_POWEROFF if you want the IPMI
6fe166
# poweroff module to be loaded.
6fe166
IPMI_POWEROFF=no
6fe166
6fe166
## Path:        Hardware/IPMI
6fe166
## Description: Enable IPMI_POWERCYCLE if you want the system to be power-cycled on reboot
6fe166
## Type:        yesno
6fe166
## Default:     "no"
6fe166
## Config:      ipmi
6fe166
# Enable IPMI_POWERCYCLE if you want the system to be power-cycled (power
6fe166
# down, delay briefly, power on) rather than power off, on systems
6fe166
# that support such.  IPMI_POWEROFF=yes is also required.
6fe166
IPMI_POWERCYCLE=no
6fe166
6fe166
## Path:        Hardware/IPMI
6fe166
## Description: Enable "legacy" interfaces for applications
6fe166
## Type:        yesno
6fe166
## Default:     "no"
6fe166
## Config:      ipmi
6fe166
# Enable "legacy" interfaces for applications
6fe166
# Intel IMB driver interface
6fe166
IPMI_IMB=no