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