diff options
author | Peter Stuge <peter@stuge.se> | 2013-07-09 20:44:52 +0200 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-07-14 20:37:24 +0200 |
commit | d98cef1956aefecdfeba652085f301ea07118147 (patch) | |
tree | 08383bcd13a09c4bb2cc537b64c416fc7a0a3f77 /src/mainboard/lenovo/x60/Kconfig | |
parent | 7a6651ceb3ede6b35053ad65358d6994facc217e (diff) | |
download | coreboot-d98cef1956aefecdfeba652085f301ea07118147.tar.xz |
lenovo/t60 lenovo/x60: Override SMBIOS Manufacturer to be LENOVO
This is needed for the Linux thinkpad_acpi.c driver to load.
Change-Id: I3d9549395556ffb0abfc3cb52b3d01386c34caa5
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://review.coreboot.org/3731
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/x60/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/x60/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig index bcf5e049ba..1a765fb4d1 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -54,4 +54,8 @@ config MAX_CPUS int default 2 +config MAINBOARD_SMBIOS_MANUFACTURER + string + default "LENOVO" + endif |