[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: Use common NHLT

Saurabh Satija (saurabh.satija@intel.com) gerrit at coreboot.org
Thu Jun 23 03:05:29 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 bbf98be89d86e9ea2da95eee15036fe260964605
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 | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index d830a9f..6cc0a43 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -17,6 +17,9 @@ config CPU_SPECIFIC_OPTIONS
 	select SMP
 	select SSE2
 	select SUPPORT_CPU_UCODE_IN_CBFS
+	# Audio options
+	select ACPI_NHLT
+	select USE_COMMON_NHLT
 	# Misc options
 	select C_ENVIRONMENT_BOOTBLOCK
 	select COLLECT_TIMESTAMPS
@@ -184,4 +187,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 AUDIO_DMIC_2CH_16B
+	select AUDIO_SPEAKER_RENDER
+	select AUDIO_HEADSET
+
 endif



More information about the coreboot-gerrit mailing list