mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / vpd / Kconfig
blob7d45eb6a8506b33e19581e015be0930e04d11937
1 ## SPDX-License-Identifier: GPL-2.0-only
3 config VPD
4         bool "Support for Vital Product Data tables"
5         default n
6         help
7           Enable support for flash based vital product data.
9 config 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.
16 config 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.
23 config SMBIOS_SERIAL_FROM_VPD
24         bool "Load device serial from VPD"
25         depends on VPD && GENERATE_SMBIOS_TABLES
26         default n