[coreboot-gerrit] Patch set updated for coreboot: soc/intel/apollolake: Use common NHLT

Saurabh Satija (saurabh.satija@intel.com) gerrit at coreboot.org
Fri Jun 24 03:33:10 CEST 2016


Saurabh Satija (saurabh.satija at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15326

-gerrit

commit 134776a949e509412277211b69153efe3728d75d
Author: Saurabh Satija <saurabh.satija at intel.com>
Date:   Wed Jun 22 17:38:12 2016 -0700

    soc/intel/apollolake: Use common NHLT
    
    This makes use of common NHLT implmentation for audio on Intel's
    apollolake platform.
    
    Change-Id: I3ff87efc83bc243d51a8ddea896ae60f7bb7aec9
    Signed-off-by: Saurabh Satija <saurabh.satija at intel.com>
---
 src/soc/intel/apollolake/Kconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index d830a9f..c2f6582 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -17,6 +17,8 @@ config CPU_SPECIFIC_OPTIONS
 	select SMP
 	select SSE2
 	select SUPPORT_CPU_UCODE_IN_CBFS
+	# Audio options
+	select USE_COMMON_NHLT
 	# Misc options
 	select C_ENVIRONMENT_BOOTBLOCK
 	select COLLECT_TIMESTAMPS
@@ -184,4 +186,10 @@ config IFWI_FILE_NAME
 	help
 	  Name of file to store in the IFWI region.
 
+config INCLUDE_AUDIO_BLOBS
+	bool "Include blobs for audio."
+	select NHLT_DMIC_2CH_16B
+	select NHLT_SPEAKER_RENDER
+	select NHLT_HEADSET
+
 endif



More information about the coreboot-gerrit mailing list