diff options
Diffstat (limited to 'src/mainboard/Kconfig')
-rw-r--r-- | src/mainboard/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig index c89d4a75a8..b53b0e703c 100644 --- a/src/mainboard/Kconfig +++ b/src/mainboard/Kconfig @@ -323,4 +323,17 @@ config ENABLE_POWER_BUTTON def_bool y if !POWER_BUTTON_IS_OPTIONAL && POWER_BUTTON_FORCE_ENABLE def_bool n if !POWER_BUTTON_IS_OPTIONAL && POWER_BUTTON_FORCE_DISABLE +config MAINBOARD_SERIAL_NUMBER + string "Serial number" + depends on GENERATE_SMBIOS_TABLES + default "123456789" + help + Define the used serial number which will be used by SMBIOS tables. + +config MAINBOARD_VERSION + string "Version number" + depends on GENERATE_SMBIOS_TABLES + default "1.0" + help + Define the used version number which will be used by SMBIOS tables. endmenu |