Kconfig (259307074bfcf1ff88016e12c68f057aee6cb694) | Kconfig (6a11e5c67a397e9a64cfde6961c83a7a64d7980c) |
---|---|
1# 2# IPMI device configuration 3# 4 5menuconfig IPMI_HANDLER 6 tristate 'IPMI top-level message handler' 7 depends on HAS_IOMEM 8 help --- 56 unchanged lines hidden (view full) --- 65config IPMI_SSIF 66 tristate 'IPMI SMBus handler (SSIF)' 67 select I2C 68 help 69 Provides a driver for a SMBus interface to a BMC, meaning that you 70 have a driver that must be accessed over an I2C bus instead of a 71 standard interface. This module requires I2C support. 72 | 1# 2# IPMI device configuration 3# 4 5menuconfig IPMI_HANDLER 6 tristate 'IPMI top-level message handler' 7 depends on HAS_IOMEM 8 help --- 56 unchanged lines hidden (view full) --- 65config IPMI_SSIF 66 tristate 'IPMI SMBus handler (SSIF)' 67 select I2C 68 help 69 Provides a driver for a SMBus interface to a BMC, meaning that you 70 have a driver that must be accessed over an I2C bus instead of a 71 standard interface. This module requires I2C support. 72 |
73config IPMI_POWERNV 74 depends on PPC_POWERNV 75 tristate 'POWERNV (OPAL firmware) IPMI interface' 76 help 77 Provides a driver for OPAL firmware-based IPMI interfaces. 78 |
|
73config IPMI_WATCHDOG 74 tristate 'IPMI Watchdog Timer' 75 help 76 This enables the IPMI watchdog timer. 77 78config IPMI_POWEROFF 79 tristate 'IPMI Poweroff' 80 help 81 This enables a function to power off the system with IPMI if 82 the IPMI management controller is capable of this. 83 84endif # IPMI_HANDLER | 79config IPMI_WATCHDOG 80 tristate 'IPMI Watchdog Timer' 81 help 82 This enables the IPMI watchdog timer. 83 84config IPMI_POWEROFF 85 tristate 'IPMI Poweroff' 86 help 87 This enables a function to power off the system with IPMI if 88 the IPMI management controller is capable of this. 89 90endif # IPMI_HANDLER |