From e098c8a59346df4c7a17ec7aec04bcf4e3bf1f61 Mon Sep 17 00:00:00 2001 From: Naveen Manohar Date: Thu, 10 May 2018 08:54:14 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/26211 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Furquan Shaikh --- src/mainboard/google/octopus/Kconfig.name | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/google/octopus/Kconfig.name') diff --git a/src/mainboard/google/octopus/Kconfig.name b/src/mainboard/google/octopus/Kconfig.name index 596da3bbce..c9eab1a1cc 100644 --- a/src/mainboard/google/octopus/Kconfig.name +++ b/src/mainboard/google/octopus/Kconfig.name @@ -8,11 +8,14 @@ config BOARD_GOOGLE_YORP bool "-> Yorp" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP + select NHLT_DA7219 if INCLUDE_NHLT_BLOBS config BOARD_GOOGLE_BIP bool "-> Bip" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP + select NHLT_RT5682 if INCLUDE_NHLT_BLOBS config BOARD_GOOGLE_PHASER bool "-> Phaser" select BOARD_GOOGLE_BASEBOARD_OCTOPUS select BASEBOARD_OCTOPUS_LAPTOP + select NHLT_DA7219 if INCLUDE_NHLT_BLOBS -- cgit v1.2.3