diff options
Diffstat (limited to 'src/vendorcode/google/Kconfig')
-rw-r--r-- | src/vendorcode/google/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vendorcode/google/Kconfig b/src/vendorcode/google/Kconfig index f275e6ca35..fcb28dfc97 100644 --- a/src/vendorcode/google/Kconfig +++ b/src/vendorcode/google/Kconfig @@ -13,3 +13,11 @@ ## 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. |