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