[coreboot-gerrit] New patch to review for coreboot: soc/intel/apollolake: Add NHLT blobs configuration settings

Saurabh Satija (saurabh.satija@intel.com) gerrit at coreboot.org
Tue Jun 28 21:49:33 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 1200d122a62b63828003b99430aaadde63cf8329
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 | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index d830a9f..9bc199d 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 ACPI_NHLT
 	# Misc options
 	select C_ENVIRONMENT_BOOTBLOCK
 	select COLLECT_TIMESTAMPS
@@ -184,4 +186,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 headset codec.
+
+config NHLT_DA7219
+	bool
+	depends on ACPI_NHLT
+	default n
+	help
+	  Include DSP firmware settings for headset codec.
+
 endif



More information about the coreboot-gerrit mailing list