Kconfig (8332cd4936ed93df42add6541f740ce937e7a5bc) | Kconfig (ed83855f1efceda932a121b9fb13d08b27427f9b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# IPMI device configuration 4# 5 6menuconfig IPMI_HANDLER 7 tristate 'IPMI top-level message handler' 8 depends on HAS_IOMEM --- 63 unchanged lines hidden (view full) --- 72 depends on I2C 73 help 74 Provides a driver for a SMBus interface to a BMC, meaning that you 75 have a driver that must be accessed over an I2C bus instead of a 76 standard interface. This module requires I2C support. 77 78config IPMI_IPMB 79 tristate 'IPMI IPMB interface' | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# IPMI device configuration 4# 5 6menuconfig IPMI_HANDLER 7 tristate 'IPMI top-level message handler' 8 depends on HAS_IOMEM --- 63 unchanged lines hidden (view full) --- 72 depends on I2C 73 help 74 Provides a driver for a SMBus interface to a BMC, meaning that you 75 have a driver that must be accessed over an I2C bus instead of a 76 standard interface. This module requires I2C support. 77 78config IPMI_IPMB 79 tristate 'IPMI IPMB interface' |
80 depends on I2C_SLAVE | 80 depends on I2C && I2C_SLAVE |
81 help 82 Provides a driver for a system running right on the IPMB bus. 83 It supports normal system interface messages to a BMC on the IPMB 84 bus, and it also supports direct messaging on the bus using 85 IPMB direct messages. This module requires I2C support. 86 87config IPMI_POWERNV 88 depends on PPC_POWERNV --- 91 unchanged lines hidden --- | 81 help 82 Provides a driver for a system running right on the IPMB bus. 83 It supports normal system interface messages to a BMC on the IPMB 84 bus, and it also supports direct messaging on the bus using 85 IPMB direct messages. This module requires I2C support. 86 87config IPMI_POWERNV 88 depends on PPC_POWERNV --- 91 unchanged lines hidden --- |