blob: 10737b90e83c46dec46a16e31e8554654be81e9a [file] [log] [blame]
Martin Roth2b65ba02024-02-16 10:43:48 -07001## SPDX-License-Identifier: GPL-2.0-only
2
Johnny Linad0ccb32020-04-10 18:28:33 +08003config OCP_DMI
4 bool
5 default n
6 depends on IPMI_KCS && GENERATE_SMBIOS_TABLES && XEON_SP_COMMON_BASE
7 help
8 It implements the SMBIOS IPMI FRU mapping table defined in
9 https://www.opencompute.org/documents/facebook-xeon-motherboard-v31
10 22.3 SMBIOS FRU mapping table
11
12config FRU_DEVICE_ID
13 int
14 default 0
Elyes HAOUAS2e2f72ec2021-01-16 18:01:38 +010015 depends on OCP_DMI