blob: 426375c90fe1aa55bb0530abe946ba092c967b23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
source "src/vendorcode/google/chromeos/Kconfig"
config GOOGLE_SMBIOS_MAINBOARD_VERSION
bool
default n
depends on GENERATE_SMBIOS_TABLES
help
Provide a common implementation for mainboard version,
which returns a formatted 'rev%d' board_id() string.
|