aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/lars/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2015-12-08 14:26:49 +0530
committerMartin Roth <martinroth@google.com>2016-01-16 23:33:45 +0100
commitd91b1dfabbeb20080cd5b70fbb0e82c6cf839a04 (patch)
treeac230c35c7ff9898f4cc841c82a5e48e4124c6d2 /src/mainboard/google/lars/Kconfig
parent27d71da71add86dd2d8dea719896fc44cd697137 (diff)
google/lars: add nhlt support
Provide an option for including the NHLT blobs within the lars 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 lars board. Audio worked with MAXIM audio card. Change-Id: I1b7836c685ebbe1498f3dbaa2eb64d5e0d4faabb Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Original-Commit-Id: 401f1a7b23dca19712517ed1588e1390769d1271 Original-Change-Id: I6a937872a9e10d2c5ea15d5952d23e98416df092 Original-Signed-off-by: Subrata Banik <subrata.banik@intel.com> Original-Reviewed-on: https://chromium-review.googlesource.com/316092 Original-Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/12961 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/google/lars/Kconfig')
-rw-r--r--src/mainboard/google/lars/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/lars/Kconfig b/src/mainboard/google/lars/Kconfig
index 2bf25475d7..e227d4d375 100644
--- a/src/mainboard/google/lars/Kconfig
+++ b/src/mainboard/google/lars/Kconfig
@@ -52,4 +52,10 @@ config MAX_CPUS
int
default 8
+config INCLUDE_NHLT_BLOBS
+ bool "Include blobs for audio."
+ select NHLT_DMIC_2CH
+ select NHLT_MAX98357
+ select NHLT_NAU88L25
+
endif