From 3e0a3fb1c293af09dd73c09cceac18f709feb6cc Mon Sep 17 00:00:00 2001 From: Sathyanarayana Nujella Date: Wed, 26 Oct 2016 17:31:36 -0700 Subject: soc/intel/apollolake: Add support for DMIC 4ch & 1ch Add NHLT support for DMIC Quad & Mono channel capture BUG=chrome-os-partner:56918 BRANCH=none Change-Id: If630ed53bb2cf00ccc441eb062b2e8c650d3cf01 Signed-off-by: Sathyanarayana Nujella Reviewed-on: https://review.coreboot.org/17156 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/soc/intel/apollolake/Kconfig') diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig index 4f556d064f..4b178abe3f 100644 --- a/src/soc/intel/apollolake/Kconfig +++ b/src/soc/intel/apollolake/Kconfig @@ -210,6 +210,13 @@ config IFWI_FILE_NAME help Name of file to store in the IFWI region. +config NHLT_DMIC_1CH_16B + bool + depends on ACPI_NHLT + default n + help + Include DSP firmware settings for 1 channel 16B DMIC array. + config NHLT_DMIC_2CH_16B bool depends on ACPI_NHLT @@ -217,6 +224,13 @@ config NHLT_DMIC_2CH_16B help Include DSP firmware settings for 2 channel 16B DMIC array. +config NHLT_DMIC_4CH_16B + bool + depends on ACPI_NHLT + default n + help + Include DSP firmware settings for 4 channel 16B DMIC array. + config NHLT_MAX98357 bool depends on ACPI_NHLT -- cgit v1.2.3