diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2017-03-09 18:19:01 -0600 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-13 16:41:15 +0000 |
commit | 759db1c4660b558345573c7476a45c76a6aa07d2 (patch) | |
tree | 083830fd0617e7b49257745de800fc83f8cbb6db /sound/soc/intel/Kconfig | |
parent | a63b8a117d39ba1b979daa71c6ab350a043694f5 (diff) | |
download | op-kernel-dev-759db1c4660b558345573c7476a45c76a6aa07d2.zip op-kernel-dev-759db1c4660b558345573c7476a45c76a6aa07d2.tar.gz |
ASoC: Intel: boards: add card for MinnowBoardMax/Up I2S access
Add card with dummy codec and DAI to make I2S signals observable.
Uses Mic and Speaker pins/widgets to control DAPM
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Acked-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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 8d32fc3..67968ef 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -214,6 +214,18 @@ config SND_SOC_INTEL_BYT_CHT_DA7213_MACH platforms with DA7212/7213 audio codec. If unsure select "N". +config SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH + tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail platform with no codec (MinnowBoard MAX, Up)" + depends on X86_INTEL_LPSS && I2C && ACPI + select SND_SST_ATOM_HIFI2_PLATFORM + select SND_SST_IPC_ACPI + select SND_SOC_INTEL_SST_MATCH if ACPI + help + This adds support for ASoC machine driver for the MinnowBoard Max or + Up boards and provides access to I2S signals on the Low-Speed + connector + If unsure select "N". + config SND_SOC_INTEL_SKYLAKE tristate select SND_HDA_EXT_CORE |