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