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

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

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
1#
2# IPMI device configuration
3#
4
5menuconfig IPMI_HANDLER
6 tristate 'IPMI top-level message handler'
7 depends on HAS_IOMEM
8 help

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

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 depends on ARCH_ASPEED
81 depends on ARCH_ASPEED || COMPILE_TEST
82 depends on REGMAP && REGMAP_MMIO && MFD_SYSCON
82 tristate "BT IPMI bmc driver"
83 help
84 Provides a driver for the BT (Block Transfer) IPMI interface
85 found on Aspeed SOCs (AST2400 and AST2500). The driver
86 implements the BMC side of the BT interface.
83 tristate "BT IPMI bmc driver"
84 help
85 Provides a driver for the BT (Block Transfer) IPMI interface
86 found on Aspeed SOCs (AST2400 and AST2500). The driver
87 implements the BMC side of the BT interface.