diff options
author | Naveen Manohar <naveen.m@intel.com> | 2018-05-10 08:54:14 +0530 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-06-01 16:25:13 +0000 |
commit | e098c8a59346df4c7a17ec7aec04bcf4e3bf1f61 (patch) | |
tree | e4f426e83b83b03d59afdb9f06be840fdd1c4ce7 /src/mainboard/google/octopus/Kconfig | |
parent | 39130a4f1ee66fcb6c9acf4c3cf7488e50a2271c (diff) |
mb/google/octopus: Enable RT5682 headset codec for BIP board
Patch adds required changes for RT5682 codec enablement for the BIP board.
And code clean-up nhlt blob selection method in config.
BUG=b:77892150
TEST=build and boot on a BIP PO board.
verify headset codec i2cdetects at address 1a.
Change-Id: Iee91518c03a0e9e6ed52bc54a60fc607730a0b7d
Signed-off-by: Naveen Manohar <naveen.m@intel.com>
Reviewed-on: https://review.coreboot.org/26211
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/octopus/Kconfig')
-rw-r--r-- | src/mainboard/google/octopus/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index 79af95c238..b0957b8e42 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -85,9 +85,9 @@ config UART_FOR_CONSOLE default 2 config INCLUDE_NHLT_BLOBS - bool "Include blobs for audio." + bool "Include blobs for audio" + select NHLT_DMIC_2CH_16B select NHLT_DMIC_4CH_16B - select NHLT_DA7219 select NHLT_MAX98357 config DRIVER_TPM_SPI_BUS |