Kconfig (16217dc79dbc599b110dda26d0421df47904bba4) Kconfig (54f9c4d0778b3f9ab791b1b7eb1a5d2809f02f50)
1#
2# IPMI device configuration
3#
4
5menuconfig IPMI_HANDLER
6 tristate 'IPMI top-level message handler'
7 depends on HAS_IOMEM
8 help

--- 62 unchanged lines hidden (view full) ---

71
72config IPMI_POWEROFF
73 tristate 'IPMI Poweroff'
74 help
75 This enables a function to power off the system with IPMI if
76 the IPMI management controller is capable of this.
77
78endif # IPMI_HANDLER
1#
2# IPMI device configuration
3#
4
5menuconfig IPMI_HANDLER
6 tristate 'IPMI top-level message handler'
7 depends on HAS_IOMEM
8 help

--- 62 unchanged lines hidden (view full) ---

71
72config IPMI_POWEROFF
73 tristate 'IPMI Poweroff'
74 help
75 This enables a function to power off the system with IPMI if
76 the IPMI management controller is capable of this.
77
78endif # IPMI_HANDLER
79
80config ASPEED_BT_IPMI_BMC
81 tristate "BT IPMI bmc driver"
82 help
83 Provides a driver for the BT (Block Transfer) IPMI interface
84 found on Aspeed SOCs (AST2400 and AST2500). The driver
85 implements the BMC side of the BT interface.