aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/poppy/Kconfig
diff options
context:
space:
mode:
authorNaveen Manohar <naveen.m@intel.com>2017-11-14 00:35:21 +0530
committerMartin Roth <martinroth@google.com>2017-12-11 14:25:08 +0000
commit3417ee9a3fc4fcb6e758962781c9b8ff0a353f6d (patch)
treec17676603b49051e642e9820df7f9e1aff8a3505 /src/mainboard/google/poppy/Kconfig
parent6d1fdb34105a6ed894ce0aba85b9fb2eb3cf9d33 (diff)
mb/google/poppy/variants/nautilus: add SPK DMIC nhlt support
Nautilus board uses max989357a speaker codec and 4CH DMIC. Select the appropriate NHLT blob to be packaged in CBFS. Also generate the required ACPI NHLT table for codec and the supported topology in nautilus. BUG=b:68686020 TEST=With the required driver support in kernel verify that the Audio plays on Speaker and captures on 4CH DMIC Change-Id: Ie90af02e0935029f53f9020bd78027b6eb31a187 Signed-off-by: Naveen Manohar <naveen.m@intel.com> Reviewed-on: https://review.coreboot.org/22457 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/poppy/Kconfig')
-rw-r--r--src/mainboard/google/poppy/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index a4decbe2e2..57c19543ab 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -52,6 +52,8 @@ config INCLUDE_NHLT_BLOBS
config INCLUDE_NHLT_BLOBS_NAUTILUS
bool "Include blobs for nautilus audio."
select NHLT_DA7219
+ select NHLT_DMIC_4CH
+ select NHLT_MAX98357
config MAINBOARD_DIR
string