Kconfig 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. config 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
  9. Say Y if you have such a device
  10. If unsure select "N".
  11. config SND_SST_MFLD_PLATFORM
  12. tristate
  13. config SND_SOC_INTEL_SST
  14. tristate "ASoC support for Intel(R) Smart Sound Technology"
  15. select SND_SOC_INTEL_SST_ACPI if ACPI
  16. depends on (X86 || COMPILE_TEST)
  17. help
  18. This adds support for Intel(R) Smart Sound Technology (SST).
  19. Say Y if you have such a device
  20. If unsure select "N".
  21. config SND_SOC_INTEL_SST_ACPI
  22. tristate
  23. config SND_SOC_INTEL_HASWELL
  24. tristate
  25. config SND_SOC_INTEL_BAYTRAIL
  26. tristate
  27. config SND_SOC_INTEL_HASWELL_MACH
  28. tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
  29. depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
  30. select SND_SOC_INTEL_HASWELL
  31. select SND_SOC_RT5640
  32. help
  33. This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
  34. Ultrabook platforms.
  35. Say Y if you have such a device
  36. If unsure select "N".
  37. config SND_SOC_INTEL_BYT_RT5640_MACH
  38. tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
  39. depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
  40. select SND_SOC_INTEL_BAYTRAIL
  41. select SND_SOC_RT5640
  42. help
  43. This adds audio driver for Intel Baytrail platform based boards
  44. with the RT5640 audio codec.
  45. config SND_SOC_INTEL_BYT_MAX98090_MACH
  46. tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
  47. depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
  48. select SND_SOC_INTEL_BAYTRAIL
  49. select SND_SOC_MAX98090
  50. help
  51. This adds audio driver for Intel Baytrail platform based boards
  52. with the MAX98090 audio codec.