blob: af6ef396a174748d577b93cc4ac1b5c25b89fff7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
## SPDX-License-Identifier: GPL-2.0-only
config IPMI_OCP
bool
default n
help
This implements OCP specific IPMI command
config IPMI_BMC_SEL
bool
depends on IPMI_OCP
default n
help
This implements OCP specific command to generate/send SEL record
config RAS_SEL_VENDOR_ID
hex
depends on IPMI_BMC_SEL
default 0xff
help
This option specifies a vendor ID for BMC SEL messages
|