[coreboot-gerrit] Patch set updated for coreboot: soc/intel/apollolake: Add NHLT blobs configuration settings

Saurabh Satija (saurabh.satija@intel.com) gerrit at coreboot.org
Thu Jun 30 00:26:34 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/15484

-gerrit

commit 614aa6f6835f994c99d752d2c78b20bb229781b1
Author: Saurabh Satija <saurabh.satija at intel.com>
Date:   Tue Jun 28 12:32:39 2016 -0700

    soc/intel/apollolake: Add NHLT blobs configuration settings
    
    Select ACPI_NHLT and add configuration settings for NHLT audio
    blobs for Intel Apollolake SoC. These configs are set in mainboard
    for including NHLT audio blobs in cbfs. The following audio blobs
    configs are added:
    NHLT_DMIC_2CH_16B
    NHLT_MAX98357
    NHLT_DA7219
    
    Change-Id: Ieebf535b584919d6551bde0f2ee691a93eb9e57e
    Signed-off-by: Saurabh Satija <saurabh.satija at intel.com>
---
 src/soc/intel/apollolake/Kconfig | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 98ce7d8..cad09d3 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 SOC_INTEL_COMMON_NHLT
 	# Misc options
 	select C_ENVIRONMENT_BOOTBLOCK
 	select COLLECT_TIMESTAMPS
@@ -182,4 +185,25 @@ config IFWI_FILE_NAME
 	help
 	  Name of file to store in the IFWI region.
 
+config NHLT_DMIC_2CH_16B
+	bool
+	depends on ACPI_NHLT
+	default n
+	help
+	  Include DSP firmware settings for 2 channel 16B DMIC array.
+
+config NHLT_MAX98357
+	bool
+	depends on ACPI_NHLT
+	default n
+	help
+	  Include DSP firmware settings for Maxim 98357 codec.
+
+config NHLT_DA7219
+	bool
+	depends on ACPI_NHLT
+	default n
+	help
+	  Include DSP firmware settings for Dialog 7219 codec.
+
 endif



More information about the coreboot-gerrit mailing list