blob: 7d45eb6a8506b33e19581e015be0930e04d11937 [file] [log] [blame]
Patrick Georgic49d7a32020-05-08 22:50:46 +02001## SPDX-License-Identifier: GPL-2.0-only
Patrick Rudolph28cee592018-03-08 15:43:12 +01002
3config VPD
4 bool "Support for Vital Product Data tables"
5 default n
6 help
7 Enable support for flash based vital product data.
Matt DeVillier17172312021-01-01 14:08:29 -06008
9config VPD_FMAP_NAME
10 string
11 depends on VPD
12 default "RO_VPD"
13 help
14 Name of the FMAP region created in the default FMAP to store VPD tables.
15
16config VPD_FMAP_SIZE
17 hex
18 depends on VPD
19 default 0x4000
20 help
21 Size in bytes of the FMAP region created to store VPD tables.
Matt DeVillier8bdb0062020-05-31 12:31:15 -050022
23config SMBIOS_SERIAL_FROM_VPD
24 bool "Load device serial from VPD"
25 depends on VPD && GENERATE_SMBIOS_TABLES
26 default n