| 1 |
## Path: Hardware/IPMI
|
| 2 |
## Description: Enable standard hardware interfaces (KCS, BT, SMIC)
|
| 3 |
## Type: yesno
|
| 4 |
## Default: "yes"
|
| 5 |
## Config: ipmi
|
| 6 |
# Enable standard hardware interfaces (KCS, BT, SMIC)
|
| 7 |
# You probably want this enabled.
|
| 8 |
IPMI_SI=yes
|
| 9 |
|
| 10 |
## Path: Hardware/IPMI
|
| 11 |
## Description: Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
|
| 12 |
## Type: yesno
|
| 13 |
## Default: "yes"
|
| 14 |
## Config: ipmi
|
| 15 |
# Enable /dev/ipmi0 interface, used by ipmitool, ipmicmd,
|
| 16 |
# and other userspace IPMI-using applications.
|
| 17 |
# You probably want this enabled.
|
| 18 |
DEV_IPMI=yes
|
| 19 |
|
| 20 |
## Path: Hardware/IPMI
|
| 21 |
## Description: Enable IPMI_WATCHDOG if you want the IPMI watchdog
|
| 22 |
## Type: yesno
|
| 23 |
## Default: "no"
|
| 24 |
## Config: ipmi
|
| 25 |
# Enable IPMI_WATCHDOG if you want the IPMI watchdog
|
| 26 |
# to reboot the system if it hangs
|
| 27 |
IPMI_WATCHDOG=no
|
| 28 |
|
| 29 |
## Path: Hardware/IPMI
|
| 30 |
## Description: Watchdog options - modinfo ipmi_watchdog for details
|
| 31 |
## Type: string
|
| 32 |
## Default: "timeout=60"
|
| 33 |
## Config: ipmi
|
| 34 |
# Watchdog options - modinfo ipmi_watchdog for details
|
| 35 |
# watchdog timeout value in seconds
|
| 36 |
# as there is no userspace ping application that runs during shutdown,
|
| 37 |
# be sure to give it enough time for any device drivers to
|
| 38 |
# do their cleanup (e.g. megaraid cache flushes)
|
| 39 |
# without the watchdog triggering prematurely
|
| 40 |
IPMI_WATCHDOG_OPTIONS="timeout=60"
|
| 41 |
|
| 42 |
## Path: Hardware/IPMI
|
| 43 |
## Description: Enable IPMI_POWEROFF if you want the IPMI poweroff module to be loaded.
|
| 44 |
## Type: yesno
|
| 45 |
## Default: "no"
|
| 46 |
## Config: ipmi
|
| 47 |
# Enable IPMI_POWEROFF if you want the IPMI
|
| 48 |
# poweroff module to be loaded.
|
| 49 |
IPMI_POWEROFF=no
|
| 50 |
|
| 51 |
## Path: Hardware/IPMI
|
| 52 |
## Description: Enable IPMI_POWERCYCLE if you want the system to be power-cycled on reboot
|
| 53 |
## Type: yesno
|
| 54 |
## Default: "no"
|
| 55 |
## Config: ipmi
|
| 56 |
# Enable IPMI_POWERCYCLE if you want the system to be power-cycled (power
|
| 57 |
# down, delay briefly, power on) rather than power off, on systems
|
| 58 |
# that support such. IPMI_POWEROFF=yes is also required.
|
| 59 |
IPMI_POWERCYCLE=no
|
| 60 |
|
| 61 |
## Path: Hardware/IPMI
|
| 62 |
## Description: Enable "legacy" interfaces for applications
|
| 63 |
## Type: yesno
|
| 64 |
## Default: "no"
|
| 65 |
## Config: ipmi
|
| 66 |
# Enable "legacy" interfaces for applications
|
| 67 |
# Intel IMB driver interface
|
| 68 |
IPMI_IMB=no
|