blob: 0b160580068626d526cbb90bb90178d3ce9f8cdc (
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 VPD
bool "Support for Vital Product Data tables"
default n
help
Enable support for flash based vital product data.
config VPD_FMAP_NAME
string
depends on VPD
default "RO_VPD"
help
Name of the FMAP region created in the default FMAP to store VPD tables.
config VPD_FMAP_SIZE
hex
depends on VPD
default 0x4000
help
Size in bytes of the FMAP region created to store VPD tables.
|