Kconfig (879f99ef2c4c05d9a7f0a67a05f1415663119825) | Kconfig (9b351d46893e827940e2e8da04f1791e8ec452ca) |
---|---|
1config SND_MFLD_MACHINE 2 tristate "SOC Machine Audio driver for Intel Medfield MID platform" 3 depends on INTEL_SCU_IPC 4 select SND_SOC_SN95031 5 select SND_SST_MFLD_PLATFORM 6 help 7 This adds support for ASoC machine driver for Intel(R) MID Medfield platform 8 used as alsa device in audio substem in Intel(R) MID devices --- 35 unchanged lines hidden (view full) --- 44config SND_SOC_INTEL_BYT_RT5640_MACH 45 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" 46 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C 47 select SND_SOC_INTEL_BAYTRAIL 48 select SND_SOC_RT5640 49 help 50 This adds audio driver for Intel Baytrail platform based boards 51 with the RT5640 audio codec. | 1config SND_MFLD_MACHINE 2 tristate "SOC Machine Audio driver for Intel Medfield MID platform" 3 depends on INTEL_SCU_IPC 4 select SND_SOC_SN95031 5 select SND_SST_MFLD_PLATFORM 6 help 7 This adds support for ASoC machine driver for Intel(R) MID Medfield platform 8 used as alsa device in audio substem in Intel(R) MID devices --- 35 unchanged lines hidden (view full) --- 44config SND_SOC_INTEL_BYT_RT5640_MACH 45 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" 46 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C 47 select SND_SOC_INTEL_BAYTRAIL 48 select SND_SOC_RT5640 49 help 50 This adds audio driver for Intel Baytrail platform based boards 51 with the RT5640 audio codec. |
52 53config 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 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. |
|