diff options
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 3c81b3891209..c30fedb3e149 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig | |||
@@ -49,3 +49,12 @@ config SND_SOC_INTEL_BYT_RT5640_MACH | |||
49 | help | 49 | help |
50 | This adds audio driver for Intel Baytrail platform based boards | 50 | This adds audio driver for Intel Baytrail platform based boards |
51 | with the RT5640 audio codec. | 51 | with the RT5640 audio codec. |
52 | |||
53 | config SND_SOC_INTEL_BYT_MAX98090_MACH | ||
54 | tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" | ||
55 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C | ||
56 | select SND_SOC_INTEL_BAYTRAIL | ||
57 | select SND_SOC_MAX98090 | ||
58 | help | ||
59 | This adds audio driver for Intel Baytrail platform based boards | ||
60 | with the MAX98090 audio codec. | ||