Vinod Koul | e62255f | 2011-01-04 20:17:04 +0530 | [diff] [blame] | 1 | config SND_MFLD_MACHINE |
| 2 | tristate "SOC Machine Audio driver for Intel Medfield MID platform" |
Vinod Koul | 5914ccf | 2014-10-16 13:54:29 +0530 | [diff] [blame] | 3 | depends on INTEL_SCU_IPC |
Vinod Koul | e62255f | 2011-01-04 20:17:04 +0530 | [diff] [blame] | 4 | select SND_SOC_SN95031 |
Liam Girdwood | a355d67 | 2014-02-12 13:42:50 +0000 | [diff] [blame] | 5 | select SND_SST_MFLD_PLATFORM |
Vinod Koul | 0fbc7d7 | 2014-10-16 20:00:19 +0530 | [diff] [blame] | 6 | select SND_SST_IPC |
Vinod Koul | e62255f | 2011-01-04 20:17:04 +0530 | [diff] [blame] | 7 | help |
| 8 | This adds support for ASoC machine driver for Intel(R) MID Medfield platform |
| 9 | used as alsa device in audio substem in Intel(R) MID devices |
| 10 | Say Y if you have such a device |
| 11 | If unsure select "N". |
| 12 | |
Liam Girdwood | a355d67 | 2014-02-12 13:42:50 +0000 | [diff] [blame] | 13 | config SND_SST_MFLD_PLATFORM |
Vinod Koul | e62255f | 2011-01-04 20:17:04 +0530 | [diff] [blame] | 14 | tristate |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 15 | |
Vinod Koul | 0fbc7d7 | 2014-10-16 20:00:19 +0530 | [diff] [blame] | 16 | config SND_SST_IPC |
| 17 | tristate |
| 18 | |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 19 | config SND_SOC_INTEL_SST |
| 20 | tristate "ASoC support for Intel(R) Smart Sound Technology" |
| 21 | select SND_SOC_INTEL_SST_ACPI if ACPI |
Liam Girdwood | afd9549 | 2014-02-19 16:45:57 +0000 | [diff] [blame] | 22 | depends on (X86 || COMPILE_TEST) |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 23 | help |
| 24 | This adds support for Intel(R) Smart Sound Technology (SST). |
| 25 | Say Y if you have such a device |
| 26 | If unsure select "N". |
| 27 | |
| 28 | config SND_SOC_INTEL_SST_ACPI |
| 29 | tristate |
| 30 | |
Liam Girdwood | 5e4482f | 2014-02-20 21:48:46 +0000 | [diff] [blame] | 31 | config SND_SOC_INTEL_HASWELL |
| 32 | tristate |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 33 | |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 34 | config SND_SOC_INTEL_BAYTRAIL |
| 35 | tristate |
| 36 | |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 37 | config SND_SOC_INTEL_HASWELL_MACH |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 38 | tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" |
Stephen Warren | f410d5c | 2014-03-10 10:38:40 -0600 | [diff] [blame] | 39 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 40 | select SND_SOC_INTEL_HASWELL |
| 41 | select SND_SOC_RT5640 |
| 42 | help |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 43 | This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 44 | Ultrabook platforms. |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 45 | Say Y if you have such a device |
| 46 | If unsure select "N". |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 47 | |
| 48 | config SND_SOC_INTEL_BYT_RT5640_MACH |
| 49 | tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" |
Stephen Warren | f410d5c | 2014-03-10 10:38:40 -0600 | [diff] [blame] | 50 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 51 | select SND_SOC_INTEL_BAYTRAIL |
| 52 | select SND_SOC_RT5640 |
| 53 | help |
| 54 | This adds audio driver for Intel Baytrail platform based boards |
| 55 | with the RT5640 audio codec. |
Jarkko Nikula | 9b351d4 | 2014-05-30 15:16:43 +0300 | [diff] [blame] | 56 | |
| 57 | config SND_SOC_INTEL_BYT_MAX98090_MACH |
| 58 | tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" |
Mark Brown | d8188f0 | 2014-06-01 20:12:05 +0100 | [diff] [blame] | 59 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C |
Jarkko Nikula | 9b351d4 | 2014-05-30 15:16:43 +0300 | [diff] [blame] | 60 | select SND_SOC_INTEL_BAYTRAIL |
| 61 | select SND_SOC_MAX98090 |
| 62 | help |
| 63 | This adds audio driver for Intel Baytrail platform based boards |
| 64 | with the MAX98090 audio codec. |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 65 | |
| 66 | config SND_SOC_INTEL_BROADWELL_MACH |
| 67 | tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" |
Ricardo Neri | 282a331 | 2014-10-16 18:22:01 -0700 | [diff] [blame^] | 68 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \\ |
| 69 | I2C_DESIGNWARE_PLATFORM |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 70 | select SND_SOC_INTEL_HASWELL |
| 71 | select SND_COMPRESS_OFFLOAD |
| 72 | select SND_SOC_RT286 |
| 73 | help |
| 74 | This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell |
| 75 | Ultrabook platforms. |
| 76 | Say Y if you have such a device |
| 77 | If unsure select "N". |