aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/glados/Kconfig.name
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2018-07-07 19:08:44 -0500
committerMartin Roth <martinroth@google.com>2018-07-24 12:04:26 +0000
commit57dd0733699e5994ac3481cb4913ae5cea8ac857 (patch)
tree1ab3269ae38308f50dbdd98b915f4c94ba1b6593 /src/mainboard/google/glados/Kconfig.name
parent4966a8c136eb12a0a3dc15a531d71eafb191fdf0 (diff)
google/sentry: Add as a variant of glados
Add google/sentry (Lenovo Thinkpad 13 Chromebook) as a variant of glados Skylake reference board: - add sentry-specific DPTF, EC config, GPIO config, Kconfig, NHLT config, PEI data, VBT, SPD data, and devicetree - add sentry-specific GPIO determination of which audio codec is present Adapted from Chromium branch firmware-glados-7820.B, commit b0c3efe54d877246d07f2467b2dff51cc30348fa [soc/intel/skylake: Enable VMX] Test: build/boot google/sentry, verify correct functionality Change-Id: I783422aedac8b7fc52098eebd05b2061a1011b60 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/27418 Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Youness Alaoui <snifikino@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/glados/Kconfig.name')
-rw-r--r--src/mainboard/google/glados/Kconfig.name8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/glados/Kconfig.name b/src/mainboard/google/glados/Kconfig.name
index 074d9c35d6..6ad8b191c2 100644
--- a/src/mainboard/google/glados/Kconfig.name
+++ b/src/mainboard/google/glados/Kconfig.name
@@ -17,3 +17,11 @@ config BOARD_GOOGLE_LARS
select DRIVERS_GENERIC_MAX98357A
select EXCLUDE_NATIVE_SD_INTERFACE
select NHLT_MAX98357 if INCLUDE_NHLT_BLOBS
+
+config BOARD_GOOGLE_SENTRY
+ bool "-> Sentry (Lenovo Thinkpad 13 Chromebook)"
+ select BOARD_GOOGLE_BASEBOARD_GLADOS
+ select DRIVERS_GENERIC_MAX98357A
+ select NHLT_DMIC_4CH if INCLUDE_NHLT_BLOBS
+ select NHLT_MAX98357 if INCLUDE_NHLT_BLOBS
+ select NHLT_SSM4567 if INCLUDE_NHLT_BLOBS