blob: f0c4281f9aaafedbc5f0a83aa14189fcbdec4f79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
config BMC_IPMI
default y if BMC_BT_LPC_IPMI
help
Determines if Hostboot communicates to the BMC using IPMI
config BMC_BT_LPC_IPMI
default n
depends on BMC_IPMI
help
Determines if the BMC uses the LPC bus for block-transfer IPMI traffic
config BMC_IPMI_LONG_WATCHDOG
default y if CONSOLE_OUTPUT_TRACE || CONSOLE_TRACE_LITE
depends on BMC_IPMI
help
Sets watchdog default timer to several times normal for debugging
|