aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/reef/Kconfig
diff options
context:
space:
mode:
authorSaurabh Satija <saurabh.satija@intel.com>2016-06-26 18:25:34 -0700
committerAaron Durbin <adurbin@chromium.org>2016-07-01 03:22:04 +0200
commitaf9f35a2ced060450f61eab2e62936b857bcd077 (patch)
tree6d97b2954de77e51e054d953804c88aa6147090d /src/mainboard/google/reef/Kconfig
parent90e716691df44d82e38039ce4be20d80f9b4f030 (diff)
mainboard/google/reef: Use common NHLT
Add ACPI NHLT table generation that the current hardware supports. Reef supports two audio codecs, Dialog 7219 for headsets and Maxim 98357 for speakers. Change-Id: Ie39947960c86b8f65140834e31f9ed9f1b578485 Signed-off-by: Saurabh Satija <saurabh.satija@intel.com> Reviewed-on: https://review.coreboot.org/15440 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/reef/Kconfig')
-rw-r--r--src/mainboard/google/reef/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index d64598d5fe..ded75bb18e 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -45,4 +45,10 @@ config UART_FOR_CONSOLE
int
default 2
+config INCLUDE_NHLT_BLOBS
+ bool "Include blobs for audio."
+ select NHLT_DMIC_2CH_16B
+ select NHLT_DA7219
+ select NHLT_MAX98357
+
endif # BOARD_GOOGLE_REEF