diff options
author | Ramesh Babu <ramesh.babu@intel.com> | 2016-05-10 22:02:06 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-05-10 19:12:28 +0100 |
commit | 76016322ec5670052fdabb08c586d6b16bd5062f (patch) | |
tree | 793a44daecd4aff407d5b4a9a8009a95bde36dce /sound/soc/intel/Kconfig | |
parent | fcc494af3cfaefc9f8a51c3c7e7f208a0553b28f (diff) | |
download | blackbird-op-linux-76016322ec5670052fdabb08c586d6b16bd5062f.tar.gz blackbird-op-linux-76016322ec5670052fdabb08c586d6b16bd5062f.zip |
ASoC: Intel: Add Broxton-P machine driver
This patch adds the Broxton-P machine driver for Intel Broxton-P
reference boards. This machine uses the RT298 codec
Signed-off-by: Ramesh Babu <ramesh.babu@intel.com>
Signed-off-by: Senthilnathan Veppur <senthilnathanx.veppur@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 399afa118822..91c15abb625e 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -58,6 +58,21 @@ config SND_SOC_INTEL_HASWELL_MACH 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 + select SND_SOC_INTEL_SST + select SND_SOC_INTEL_SKYLAKE + select SND_SOC_RT298 + select SND_SOC_DMIC + select SND_SOC_HDAC_HDMI + select SND_HDA_DSP_LOADER + help + This adds support for ASoC machine driver for Broxton platforms + with RT286 I2S audio codec. + Say Y if you have such a device + If unsure select "N". + config SND_SOC_INTEL_BYT_RT5640_MACH tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" depends on X86_INTEL_LPSS && I2C |