Blame SOURCES/openipmi.sysconf

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