summaryrefslogtreecommitdiffstats
path: root/src/drivers/ocp/dmi/Kconfig
blob: 10737b90e83c46dec46a16e31e8554654be81e9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SPDX-License-Identifier: GPL-2.0-only

config OCP_DMI
	bool
	default n
	depends on IPMI_KCS && GENERATE_SMBIOS_TABLES && XEON_SP_COMMON_BASE
	help
	  It implements the SMBIOS IPMI FRU mapping table defined in
	  https://www.opencompute.org/documents/facebook-xeon-motherboard-v31
	  22.3 SMBIOS FRU mapping table

config FRU_DEVICE_ID
	int
	default 0
	depends on OCP_DMI