diff options
author | Marc Jones <marcj303@gmail.com> | 2017-07-25 16:00:58 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-08-04 14:22:55 +0000 |
commit | 241bd40966e1cdddd05a159746c4ab8dc3438534 (patch) | |
tree | 70dc897c6be24742d8b0d8d967eb138b427ce0b2 /src/mainboard/google/kahlee/Kconfig | |
parent | 9156cac2ef9e7d07de92b4e1430518a9918cf52d (diff) | |
download | coreboot-241bd40966e1cdddd05a159746c4ab8dc3438534.tar.xz |
google/kahlee: Add ChromeOS SMBIOS Board ID
Kahlee uses 3 GPIO(144, 140, 135) pins to identify the
board revision.
Change-Id: Ia9693db6d6506af7ff40db0b3ce4cc6c1469f6ef
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/19837
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index c4ed275199..ad12d8c20c 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -27,6 +27,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_MP_TABLE select HAVE_ACPI_TABLES select GFXUMA + select GOOGLE_SMBIOS_MAINBOARD_VERSION select MAINBOARD_HAS_CHROMEOS select MAINBOARD_HAS_LPC_TPM select SERIRQ_CONTINUOUS_MODE |