summaryrefslogtreecommitdiff
path: root/src/mainboard/google/octopus/Kconfig.name
diff options
context:
space:
mode:
authorNaveen Manohar <naveen.m@intel.com>2018-05-10 08:54:14 +0530
committerMartin Roth <martinroth@google.com>2018-06-01 16:25:13 +0000
commite098c8a59346df4c7a17ec7aec04bcf4e3bf1f61 (patch)
treee4f426e83b83b03d59afdb9f06be840fdd1c4ce7 /src/mainboard/google/octopus/Kconfig.name
parent39130a4f1ee66fcb6c9acf4c3cf7488e50a2271c (diff)
downloadcoreboot-e098c8a59346df4c7a17ec7aec04bcf4e3bf1f61.tar.xz
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.name')
-rw-r--r--src/mainboard/google/octopus/Kconfig.name3
1 files changed, 3 insertions, 0 deletions
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