From a645abbf54f965e596c58e8eb2c84d733e19b737 Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Tue, 3 Jul 2012 10:11:51 +0200 Subject: SMBIOS: move serial number and version out to Kconf With this change it is possible to define serial number and version of the mainboard. These informations are used in SMBIOS tables. Change-Id: I1634882270f6cb94e00aceb7832e7fd14adc186b Signed-off-by: Christian Gmeiner Reviewed-on: http://review.coreboot.org/1163 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/Kconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/mainboard/Kconfig') 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 -- cgit v1.2.3