From 5a18a0cb2061d653ab3277ac0445e0b2ed958267 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Mon, 30 Nov 2015 15:01:39 -0600 Subject: google/glados: add nhlt support Provide an option for including the NHLT blobs within the glados mainboard directory while also adding the ACPI NHLT table generation that the current hardware supports. BUG=chrome-os-partner:44481 BRANCH=None TEST=Built and booted. Headphones, speakers, and mic on camera emits and creates sound albeit not the greatest. Change-Id: I6e36c0a99a73cdcb2bf6ccfbfc886a594f989a39 Signed-off-by: Patrick Georgi Original-Commit-Id: 5b0383a93f054011dd7c18519ece4e6f1944366d Original-Change-Id: I6f8bd15c72fa89756382af99bddb6cb6abe89905 Original-Signed-off-by: Aaron Durbin Original-Reviewed-on: https://chromium-review.googlesource.com/313794 Original-Reviewed-by: Duncan Laurie Reviewed-on: https://review.coreboot.org/12939 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/google/glados/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mainboard/google/glados/Kconfig') diff --git a/src/mainboard/google/glados/Kconfig b/src/mainboard/google/glados/Kconfig index 1bea9fda59..77e1a68986 100644 --- a/src/mainboard/google/glados/Kconfig +++ b/src/mainboard/google/glados/Kconfig @@ -55,4 +55,11 @@ config TPM_PIRQ hex default 0x18 # GPP_E0_IRQ +config INCLUDE_NHLT_BLOBS + bool "Include blobs for audio." + select NHLT_DMIC_2CH + select NHLT_DMIC_4CH + select NHLT_NAU88L25 + select NHLT_SSM4567 + endif -- cgit v1.2.3