diff options
author | Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> | 2016-10-26 17:31:36 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-11-14 18:12:11 +0100 |
commit | 3e0a3fb1c293af09dd73c09cceac18f709feb6cc (patch) | |
tree | a9c72680b92b1c6e29501d799ce0063681d7ca5f /src/soc/intel/apollolake/Kconfig | |
parent | f924aee3c186b50a75c1aa111a2e1598e213e577 (diff) |
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 <sathyanarayana.nujella@intel.com>
Reviewed-on: https://review.coreboot.org/17156
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r-- | src/soc/intel/apollolake/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
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 |