diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 8e72f2deb5..f5ba4fc784 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -891,6 +891,13 @@ config SMBIOS_PROVIDED_BY_MOBO if GENERATE_SMBIOS_TABLES +config BIOS_VENDOR + prompt "SMBIOS BIOS Vendor name" + string + default "coreboot" + help + The BIOS Vendor name to store in the SMBIOS Type0 table. + config MAINBOARD_SERIAL_NUMBER prompt "SMBIOS Serial Number" if !SMBIOS_PROVIDED_BY_MOBO string |