summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Sudsgaard <devel+coreboot@nsudsgaard.com>2024-08-20 05:02:35 +0000
committerFelix Held <felix-coreboot@felixheld.de>2024-08-22 13:24:53 +0000
commit2d4afd8fd99b46e9f1971ef9156d4cb72a53eddf (patch)
tree0f2eb66ea292e1c6b07ccdbf4d59ac73ed7696c9
parentfa2330373e1ce3736a8fea2ed32f72220547d554 (diff)
mb/lenovo/thinkcentre_m710s: Disable DRIVER_LENOVO_SERIALS
This mainboard does not have AT24RF08C (Asset Identification EEPROM) and will show "*INVALID*" in the SMBIOS table. Change-Id: If6f948bc4c63c7afdc8b31e1945d3c3beb99883f Signed-off-by: Nicholas Sudsgaard <devel+coreboot@nsudsgaard.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83994 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
-rw-r--r--src/mainboard/lenovo/thinkcentre_m710s/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/thinkcentre_m710s/Kconfig b/src/mainboard/lenovo/thinkcentre_m710s/Kconfig
index c01aaece08..c9bcd75ff3 100644
--- a/src/mainboard/lenovo/thinkcentre_m710s/Kconfig
+++ b/src/mainboard/lenovo/thinkcentre_m710s/Kconfig
@@ -23,4 +23,7 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
default "ThinkCentre M710s"
+config DRIVER_LENOVO_SERIALS
+ default n
+
endif # BOARD_LENOVO_THINKCENTRE_M710S