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) |
Mark Brown | 63ae1fe | 2014-10-29 10:33:31 +0000 | [diff] [blame^] | 23 | depends on DW_DMAC_CORE |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 24 | help |
| 25 | This adds support for Intel(R) Smart Sound Technology (SST). |
| 26 | Say Y if you have such a device |
| 27 | If unsure select "N". |
| 28 | |
| 29 | config SND_SOC_INTEL_SST_ACPI |
| 30 | tristate |
| 31 | |
Liam Girdwood | 5e4482f | 2014-02-20 21:48:46 +0000 | [diff] [blame] | 32 | config SND_SOC_INTEL_HASWELL |
| 33 | tristate |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 34 | |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 35 | config SND_SOC_INTEL_BAYTRAIL |
| 36 | tristate |
| 37 | |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 38 | config SND_SOC_INTEL_HASWELL_MACH |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 39 | tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" |
Ricardo Neri | 161aa49 | 2014-10-16 18:22:02 -0700 | [diff] [blame] | 40 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \\ |
| 41 | I2C_DESIGNWARE_PLATFORM |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 42 | select SND_SOC_INTEL_HASWELL |
| 43 | select SND_SOC_RT5640 |
| 44 | help |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 45 | This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 46 | Ultrabook platforms. |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 47 | Say Y if you have such a device |
| 48 | If unsure select "N". |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 49 | |
| 50 | config SND_SOC_INTEL_BYT_RT5640_MACH |
| 51 | tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" |
Stephen Warren | f410d5c | 2014-03-10 10:38:40 -0600 | [diff] [blame] | 52 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 53 | select SND_SOC_INTEL_BAYTRAIL |
| 54 | select SND_SOC_RT5640 |
| 55 | help |
| 56 | This adds audio driver for Intel Baytrail platform based boards |
| 57 | with the RT5640 audio codec. |
Jarkko Nikula | 9b351d4 | 2014-05-30 15:16:43 +0300 | [diff] [blame] | 58 | |
| 59 | config SND_SOC_INTEL_BYT_MAX98090_MACH |
| 60 | tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" |
Mark Brown | d8188f0 | 2014-06-01 20:12:05 +0100 | [diff] [blame] | 61 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C |
Jarkko Nikula | 9b351d4 | 2014-05-30 15:16:43 +0300 | [diff] [blame] | 62 | select SND_SOC_INTEL_BAYTRAIL |
| 63 | select SND_SOC_MAX98090 |
| 64 | help |
| 65 | This adds audio driver for Intel Baytrail platform based boards |
| 66 | with the MAX98090 audio codec. |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 67 | |
| 68 | config SND_SOC_INTEL_BROADWELL_MACH |
| 69 | tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" |
Ricardo Neri | 282a331 | 2014-10-16 18:22:01 -0700 | [diff] [blame] | 70 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \\ |
| 71 | I2C_DESIGNWARE_PLATFORM |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 72 | select SND_SOC_INTEL_HASWELL |
| 73 | select SND_COMPRESS_OFFLOAD |
| 74 | select SND_SOC_RT286 |
| 75 | help |
| 76 | This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell |
| 77 | Ultrabook platforms. |
| 78 | Say Y if you have such a device |
| 79 | If unsure select "N". |