diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-02-09 08:54:50 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-02-09 08:54:50 +0100 |
commit | d1612c80edaab7ac9170cb2fc86b538ab2e5a741 (patch) | |
tree | 759755d5abef02f23a42f5056aaac84de694d5ad /sound/soc/intel/Kconfig | |
parent | d34890cf4113397625a6629d71749fa638a7a734 (diff) | |
parent | f4c2e9bcb0be4ee1c8722853e4faaaf6a9423d72 (diff) | |
download | linux-d1612c80edaab7ac9170cb2fc86b538ab2e5a741.tar.bz2 |
Merge tag 'asoc-v3.20-3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
ASoC: Final updates for v3.20
A few more updates for v3.20 that have accumilated over the second half
of last week. One new (relatively simple) driver for the Maxim
max98357a and some other driver specific fixes and enhancements. I did
apply a few patches that haven't been in -next just now before sending
this, all fixes except for one simple device ID addition patch.
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index c0813f546d1f..ee03dbdda235 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -110,3 +110,14 @@ config SND_SOC_INTEL_CHT_BSW_RT5672_MACH platforms with RT5672 audio codec. Say Y if you have such a device If unsure select "N". + +config SND_SOC_INTEL_CHT_BSW_RT5645_MACH + tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645 codec" + depends on X86_INTEL_LPSS + select SND_SOC_RT5645 + select SND_SST_MFLD_PLATFORM + select SND_SST_IPC_ACPI + help + This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell + platforms with RT5645 audio codec. + If unsure select "N". |