aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/glados/Kconfig
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2015-11-30 15:01:39 -0600
committerPatrick Georgi <pgeorgi@google.com>2016-01-15 11:51:13 +0100
commit5a18a0cb2061d653ab3277ac0445e0b2ed958267 (patch)
treeb767da6065b96a2fb92c2d9113202922b922d2a6 /src/mainboard/google/glados/Kconfig
parented8a723f4259ddc182b78c2d70930a9cc5266f87 (diff)
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 <pgeorgi@chromium.org> Original-Commit-Id: 5b0383a93f054011dd7c18519ece4e6f1944366d Original-Change-Id: I6f8bd15c72fa89756382af99bddb6cb6abe89905 Original-Signed-off-by: Aaron Durbin <adurbin@chromium.org> Original-Reviewed-on: https://chromium-review.googlesource.com/313794 Original-Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://review.coreboot.org/12939 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/google/glados/Kconfig')
-rw-r--r--src/mainboard/google/glados/Kconfig7
1 files changed, 7 insertions, 0 deletions
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