diff options
author | Sathyanarayana Nujella <sathyanarayana.nujella@intel.com> | 2016-06-01 08:33:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-06-01 18:10:34 +0200 |
commit | 723bad3fef8b0f16f9e0320cc96b9b15b4c4b705 (patch) | |
tree | a10d6eb63d28de73561ba41bf1834de0953f8dad /sound/soc/intel/Kconfig | |
parent | ASoC: Intel: boards: configure DMIC for machine sklnau8825max (diff) | |
download | linux-723bad3fef8b0f16f9e0320cc96b9b15b4c4b705.tar.xz linux-723bad3fef8b0f16f9e0320cc96b9b15b4c4b705.zip |
ASoC: Intel: Add Broxton-P Dialog Maxim machine driver
This patch adds Broxton-P I2S machine driver which uses
DA7219 and MAX98357A codecs.
Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 91c15abb625e..3875425a9693 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -58,6 +58,22 @@ config SND_SOC_INTEL_HASWELL_MACH Say Y if you have such a device If unsure select "N". +config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH + tristate "ASoC Audio driver for Broxton with DA7219 and MAX98357A in I2S Mode" + depends on X86 && ACPI && I2C + select SND_SOC_INTEL_SST + select SND_SOC_INTEL_SKYLAKE + select SND_SOC_DA7219 + select SND_SOC_MAX98357A + select SND_SOC_DMIC + select SND_SOC_HDAC_HDMI + select SND_HDA_DSP_LOADER + help + This adds support for ASoC machine driver for Broxton-P platforms + with DA7219 + MAX98357A I2S audio codec. + Say Y if you have such a device + If unsure select "N". + config SND_SOC_INTEL_BXT_RT298_MACH tristate "ASoC Audio driver for Broxton with RT298 I2S mode" depends on X86 && ACPI && I2C |