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 | f533a03 | 2014-11-04 16:25:16 +0530 | [diff] [blame] | 6 | select SND_SST_IPC_PCI |
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 |
Jie Yang | 6f0c422 | 2015-10-13 23:41:00 +0800 | [diff] [blame] | 15 | select SND_SOC_COMPRESS |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 16 | |
Vinod Koul | 0fbc7d7 | 2014-10-16 20:00:19 +0530 | [diff] [blame] | 17 | config SND_SST_IPC |
| 18 | tristate |
| 19 | |
Vinod Koul | f533a03 | 2014-11-04 16:25:16 +0530 | [diff] [blame] | 20 | config SND_SST_IPC_PCI |
| 21 | tristate |
| 22 | select SND_SST_IPC |
| 23 | |
Vinod Koul | 336cfbb | 2014-11-11 16:36:28 +0530 | [diff] [blame] | 24 | config SND_SST_IPC_ACPI |
| 25 | tristate |
| 26 | select SND_SST_IPC |
Vinod Koul | 12cc291 | 2015-11-05 21:34:12 +0530 | [diff] [blame] | 27 | select SND_SOC_INTEL_SST |
Vinod Koul | 336cfbb | 2014-11-11 16:36:28 +0530 | [diff] [blame] | 28 | depends on ACPI |
| 29 | |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 30 | config SND_SOC_INTEL_SST |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 31 | tristate |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 32 | select SND_SOC_INTEL_SST_ACPI if ACPI |
Liam Girdwood | afd9549 | 2014-02-19 16:45:57 +0000 | [diff] [blame] | 33 | depends on (X86 || COMPILE_TEST) |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 34 | |
| 35 | config SND_SOC_INTEL_SST_ACPI |
| 36 | tristate |
| 37 | |
Liam Girdwood | 5e4482f | 2014-02-20 21:48:46 +0000 | [diff] [blame] | 38 | config SND_SOC_INTEL_HASWELL |
| 39 | tristate |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 40 | |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 41 | config SND_SOC_INTEL_BAYTRAIL |
| 42 | tristate |
| 43 | |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 44 | config SND_SOC_INTEL_HASWELL_MACH |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 45 | tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 46 | depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM |
Jie Yang | a92ea59 | 2015-11-24 22:01:21 +0800 | [diff] [blame] | 47 | depends on DW_DMAC_CORE=y |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 48 | select SND_SOC_INTEL_SST |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 49 | select SND_SOC_INTEL_HASWELL |
| 50 | select SND_SOC_RT5640 |
| 51 | help |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 52 | This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 53 | Ultrabook platforms. |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 54 | Say Y if you have such a device |
| 55 | If unsure select "N". |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 56 | |
| 57 | config SND_SOC_INTEL_BYT_RT5640_MACH |
| 58 | tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 59 | depends on X86_INTEL_LPSS && I2C |
Pierre-Louis Bossart | 595788e | 2015-12-17 20:35:43 -0600 | [diff] [blame] | 60 | depends on DW_DMAC_CORE=y && (SND_SOC_INTEL_BYTCR_RT5640_MACH = n) |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 61 | select SND_SOC_INTEL_SST |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 62 | select SND_SOC_INTEL_BAYTRAIL |
| 63 | select SND_SOC_RT5640 |
| 64 | help |
| 65 | This adds audio driver for Intel Baytrail platform based boards |
Pierre-Louis Bossart | 595788e | 2015-12-17 20:35:43 -0600 | [diff] [blame] | 66 | with the RT5640 audio codec. This driver is deprecated, use |
| 67 | SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality |
Jarkko Nikula | 9b351d4 | 2014-05-30 15:16:43 +0300 | [diff] [blame] | 68 | |
| 69 | config SND_SOC_INTEL_BYT_MAX98090_MACH |
| 70 | tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 71 | depends on X86_INTEL_LPSS && I2C |
Jie Yang | a92ea59 | 2015-11-24 22:01:21 +0800 | [diff] [blame] | 72 | depends on DW_DMAC_CORE=y |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 73 | select SND_SOC_INTEL_SST |
Jarkko Nikula | 9b351d4 | 2014-05-30 15:16:43 +0300 | [diff] [blame] | 74 | select SND_SOC_INTEL_BAYTRAIL |
| 75 | select SND_SOC_MAX98090 |
| 76 | help |
| 77 | This adds audio driver for Intel Baytrail platform based boards |
| 78 | with the MAX98090 audio codec. |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 79 | |
| 80 | config SND_SOC_INTEL_BROADWELL_MACH |
| 81 | tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 82 | depends on X86_INTEL_LPSS && I2C && DW_DMAC && \ |
Ricardo Neri | 282a331 | 2014-10-16 18:22:01 -0700 | [diff] [blame] | 83 | I2C_DESIGNWARE_PLATFORM |
Jie Yang | a92ea59 | 2015-11-24 22:01:21 +0800 | [diff] [blame] | 84 | depends on DW_DMAC_CORE=y |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 85 | select SND_SOC_INTEL_SST |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 86 | select SND_SOC_INTEL_HASWELL |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 87 | select SND_SOC_RT286 |
| 88 | help |
| 89 | This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell |
| 90 | Ultrabook platforms. |
| 91 | Say Y if you have such a device |
| 92 | If unsure select "N". |
Subhransu S. Prusty | 996cc84 | 2014-11-19 15:13:27 +0530 | [diff] [blame] | 93 | |
| 94 | config SND_SOC_INTEL_BYTCR_RT5640_MACH |
Pierre-Louis Bossart | 595788e | 2015-12-17 20:35:43 -0600 | [diff] [blame] | 95 | tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec" |
Jarkko Nikula | da042e3 | 2014-12-18 16:40:35 +0200 | [diff] [blame] | 96 | depends on X86 && I2C |
Subhransu S. Prusty | 996cc84 | 2014-11-19 15:13:27 +0530 | [diff] [blame] | 97 | select SND_SOC_RT5640 |
| 98 | select SND_SST_MFLD_PLATFORM |
| 99 | select SND_SST_IPC_ACPI |
| 100 | help |
Pierre-Louis Bossart | 595788e | 2015-12-17 20:35:43 -0600 | [diff] [blame] | 101 | This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR |
| 102 | platforms with RT5640 audio codec. |
Subhransu S. Prusty | 996cc84 | 2014-11-19 15:13:27 +0530 | [diff] [blame] | 103 | Say Y if you have such a device |
| 104 | If unsure select "N". |
Mengdong Lin | 026da22 | 2014-11-21 16:08:59 +0800 | [diff] [blame] | 105 | |
Pierre-Louis Bossart | 2bd5bd1 | 2016-01-04 17:20:24 -0600 | [diff] [blame^] | 106 | config SND_SOC_INTEL_BYTCR_RT5651_MACH |
| 107 | tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec" |
| 108 | depends on X86 && I2C |
| 109 | select SND_SOC_RT5651 |
| 110 | select SND_SST_MFLD_PLATFORM |
| 111 | select SND_SST_IPC_ACPI |
| 112 | help |
| 113 | This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR |
| 114 | platforms with RT5651 audio codec. |
| 115 | Say Y if you have such a device |
| 116 | If unsure select "N". |
| 117 | |
Mengdong Lin | 026da22 | 2014-11-21 16:08:59 +0800 | [diff] [blame] | 118 | config SND_SOC_INTEL_CHT_BSW_RT5672_MACH |
| 119 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec" |
Jarkko Nikula | da042e3 | 2014-12-18 16:40:35 +0200 | [diff] [blame] | 120 | depends on X86_INTEL_LPSS && I2C |
Mengdong Lin | 026da22 | 2014-11-21 16:08:59 +0800 | [diff] [blame] | 121 | select SND_SOC_RT5670 |
| 122 | select SND_SST_MFLD_PLATFORM |
| 123 | select SND_SST_IPC_ACPI |
| 124 | help |
| 125 | This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell |
| 126 | platforms with RT5672 audio codec. |
| 127 | Say Y if you have such a device |
| 128 | If unsure select "N". |
Fang, Yang A | e18acdc | 2015-02-04 18:19:32 -0800 | [diff] [blame] | 129 | |
| 130 | config SND_SOC_INTEL_CHT_BSW_RT5645_MACH |
Fang, Yang A | c4ba51b | 2015-04-23 10:23:02 -0700 | [diff] [blame] | 131 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec" |
Fang, Yang A | fd35e37 | 2015-06-11 15:51:59 -0700 | [diff] [blame] | 132 | depends on X86_INTEL_LPSS && I2C |
Fang, Yang A | e18acdc | 2015-02-04 18:19:32 -0800 | [diff] [blame] | 133 | select SND_SOC_RT5645 |
| 134 | select SND_SST_MFLD_PLATFORM |
| 135 | select SND_SST_IPC_ACPI |
| 136 | help |
| 137 | This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell |
Fang, Yang A | c4ba51b | 2015-04-23 10:23:02 -0700 | [diff] [blame] | 138 | platforms with RT5645/5650 audio codec. |
Fang, Yang A | e18acdc | 2015-02-04 18:19:32 -0800 | [diff] [blame] | 139 | If unsure select "N". |
Fang, Yang A | 17119a4 | 2015-05-01 11:42:03 -0700 | [diff] [blame] | 140 | |
| 141 | config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH |
| 142 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec" |
Fang, Yang A | fd35e37 | 2015-06-11 15:51:59 -0700 | [diff] [blame] | 143 | depends on X86_INTEL_LPSS && I2C |
Fang, Yang A | 17119a4 | 2015-05-01 11:42:03 -0700 | [diff] [blame] | 144 | select SND_SOC_MAX98090 |
| 145 | select SND_SOC_TS3A227E |
| 146 | select SND_SST_MFLD_PLATFORM |
| 147 | select SND_SST_IPC_ACPI |
| 148 | help |
| 149 | This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell |
| 150 | platforms with MAX98090 audio codec it also can support TI jack chip as aux device. |
| 151 | If unsure select "N". |
Jeeja KP | eb965e3 | 2015-07-09 15:20:10 +0530 | [diff] [blame] | 152 | |
| 153 | config SND_SOC_INTEL_SKYLAKE |
| 154 | tristate |
| 155 | select SND_HDA_EXT_CORE |
Vinod Koul | 3af3670 | 2015-10-07 11:31:56 +0100 | [diff] [blame] | 156 | select SND_SOC_TOPOLOGY |
Subhransu S. Prusty | b81fd26 | 2015-07-09 21:38:54 +0530 | [diff] [blame] | 157 | select SND_SOC_INTEL_SST |
Omair M Abdullah | 624729f | 2015-10-14 21:11:43 +0530 | [diff] [blame] | 158 | |
| 159 | config SND_SOC_INTEL_SKL_RT286_MACH |
| 160 | tristate "ASoC Audio driver for SKL with RT286 I2S mode" |
Vinod Koul | 0928e8a | 2015-11-18 19:11:46 +0530 | [diff] [blame] | 161 | depends on X86 && ACPI && I2C |
Omair M Abdullah | 624729f | 2015-10-14 21:11:43 +0530 | [diff] [blame] | 162 | select SND_SOC_INTEL_SST |
| 163 | select SND_SOC_INTEL_SKYLAKE |
| 164 | select SND_SOC_RT286 |
| 165 | select SND_SOC_DMIC |
| 166 | help |
| 167 | This adds support for ASoC machine driver for Skylake platforms |
| 168 | with RT286 I2S audio codec. |
| 169 | Say Y if you have such a device |
| 170 | If unsure select "N". |
Harsha Priya | a86d505 | 2015-11-05 22:53:07 +0530 | [diff] [blame] | 171 | |
| 172 | config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH |
| 173 | tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode" |
| 174 | depends on X86_INTEL_LPSS && I2C |
| 175 | select SND_SOC_INTEL_SST |
| 176 | select SND_SOC_INTEL_SKYLAKE |
| 177 | select SND_SOC_NAU8825 |
| 178 | select SND_SOC_SSM4567 |
| 179 | select SND_SOC_DMIC |
| 180 | help |
| 181 | This adds support for ASoC Onboard Codec I2S machine driver. This will |
| 182 | create an alsa sound card for NAU88L25 + SSM4567. |
| 183 | Say Y if you have such a device |
| 184 | If unsure select "N". |
Rohit Ainapure | 8eaf2b3 | 2015-12-11 11:29:08 -0800 | [diff] [blame] | 185 | |
| 186 | config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH |
| 187 | tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode" |
| 188 | depends on X86_INTEL_LPSS && I2C |
| 189 | select SND_SOC_INTEL_SST |
| 190 | select SND_SOC_INTEL_SKYLAKE |
| 191 | select SND_SOC_NAU8825 |
| 192 | select SND_SOC_MAX98357A |
| 193 | select SND_SOC_DMIC |
| 194 | help |
| 195 | This adds support for ASoC Onboard Codec I2S machine driver. This will |
| 196 | create an alsa sound card for NAU88L25 + MAX98357A. |
| 197 | Say Y if you have such a device |
| 198 | If unsure select "N". |