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 |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 10 | Say Y if you have such a device. |
Vinod Koul | e62255f | 2011-01-04 20:17:04 +0530 | [diff] [blame] | 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 |
Pierre-Louis Bossart | 94ae3ce | 2016-09-03 11:23:26 -0500 | [diff] [blame] | 28 | select IOSF_MBI |
Vinod Koul | 336cfbb | 2014-11-11 16:36:28 +0530 | [diff] [blame] | 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 |
Vinod Koul | 2dcffce | 2016-02-08 10:45:37 +0530 | [diff] [blame] | 33 | select SND_SOC_INTEL_SST_MATCH if ACPI |
Liam Girdwood | afd9549 | 2014-02-19 16:45:57 +0000 | [diff] [blame] | 34 | depends on (X86 || COMPILE_TEST) |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 35 | |
Takashi Iwai | a395bdd | 2016-07-11 10:39:11 +0200 | [diff] [blame] | 36 | config SND_SOC_INTEL_SST_FIRMWARE |
| 37 | tristate |
Andy Shevchenko | a6ca494 | 2017-01-16 15:12:26 +0200 | [diff] [blame] | 38 | select DW_DMAC_CORE |
Takashi Iwai | a395bdd | 2016-07-11 10:39:11 +0200 | [diff] [blame] | 39 | |
Liam Girdwood | ddfa40b | 2014-02-17 13:32:10 +0000 | [diff] [blame] | 40 | config SND_SOC_INTEL_SST_ACPI |
| 41 | tristate |
| 42 | |
Vinod Koul | 2dcffce | 2016-02-08 10:45:37 +0530 | [diff] [blame] | 43 | config SND_SOC_INTEL_SST_MATCH |
| 44 | tristate |
| 45 | |
Liam Girdwood | 5e4482f | 2014-02-20 21:48:46 +0000 | [diff] [blame] | 46 | config SND_SOC_INTEL_HASWELL |
| 47 | tristate |
Andy Shevchenko | a6ca494 | 2017-01-16 15:12:26 +0200 | [diff] [blame] | 48 | select SND_SOC_INTEL_SST |
Arnd Bergmann | c3474e2 | 2016-10-10 14:33:20 +0200 | [diff] [blame] | 49 | select SND_SOC_INTEL_SST_FIRMWARE |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 50 | |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 51 | config SND_SOC_INTEL_BAYTRAIL |
| 52 | tristate |
Andy Shevchenko | a6ca494 | 2017-01-16 15:12:26 +0200 | [diff] [blame] | 53 | select SND_SOC_INTEL_SST |
| 54 | select SND_SOC_INTEL_SST_FIRMWARE |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 55 | |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 56 | config SND_SOC_INTEL_HASWELL_MACH |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 57 | tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 58 | depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM |
Andy Shevchenko | a6ca494 | 2017-01-16 15:12:26 +0200 | [diff] [blame] | 59 | depends on DMADEVICES |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 60 | select SND_SOC_INTEL_HASWELL |
| 61 | select SND_SOC_RT5640 |
| 62 | help |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 63 | This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell |
Liam Girdwood | 90931b9 | 2014-02-20 21:48:47 +0000 | [diff] [blame] | 64 | Ultrabook platforms. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 65 | Say Y if you have such a device. |
Liam Girdwood | a828213 | 2014-03-06 14:56:06 +0000 | [diff] [blame] | 66 | If unsure select "N". |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 67 | |
Sathyanarayana Nujella | 723bad3 | 2016-05-31 23:33:15 -0700 | [diff] [blame] | 68 | config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH |
| 69 | tristate "ASoC Audio driver for Broxton with DA7219 and MAX98357A in I2S Mode" |
| 70 | depends on X86 && ACPI && I2C |
| 71 | select SND_SOC_INTEL_SST |
| 72 | select SND_SOC_INTEL_SKYLAKE |
| 73 | select SND_SOC_DA7219 |
| 74 | select SND_SOC_MAX98357A |
| 75 | select SND_SOC_DMIC |
| 76 | select SND_SOC_HDAC_HDMI |
| 77 | select SND_HDA_DSP_LOADER |
| 78 | help |
| 79 | This adds support for ASoC machine driver for Broxton-P platforms |
| 80 | with DA7219 + MAX98357A I2S audio codec. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 81 | Say Y if you have such a device. |
Sathyanarayana Nujella | 723bad3 | 2016-05-31 23:33:15 -0700 | [diff] [blame] | 82 | If unsure select "N". |
| 83 | |
Ramesh Babu | 7601632 | 2016-05-10 22:02:06 +0530 | [diff] [blame] | 84 | config SND_SOC_INTEL_BXT_RT298_MACH |
| 85 | tristate "ASoC Audio driver for Broxton with RT298 I2S mode" |
| 86 | depends on X86 && ACPI && I2C |
| 87 | select SND_SOC_INTEL_SST |
| 88 | select SND_SOC_INTEL_SKYLAKE |
| 89 | select SND_SOC_RT298 |
| 90 | select SND_SOC_DMIC |
| 91 | select SND_SOC_HDAC_HDMI |
| 92 | select SND_HDA_DSP_LOADER |
| 93 | help |
| 94 | This adds support for ASoC machine driver for Broxton platforms |
| 95 | with RT286 I2S audio codec. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 96 | Say Y if you have such a device. |
Ramesh Babu | 7601632 | 2016-05-10 22:02:06 +0530 | [diff] [blame] | 97 | If unsure select "N". |
| 98 | |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 99 | config SND_SOC_INTEL_BYT_RT5640_MACH |
| 100 | tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 101 | depends on X86_INTEL_LPSS && I2C |
Andy Shevchenko | a6ca494 | 2017-01-16 15:12:26 +0200 | [diff] [blame] | 102 | depends on DMADEVICES |
| 103 | depends on SND_SST_IPC_ACPI = n |
Jarkko Nikula | 20df8d0 | 2014-02-24 17:27:02 +0200 | [diff] [blame] | 104 | select SND_SOC_INTEL_BAYTRAIL |
| 105 | select SND_SOC_RT5640 |
| 106 | help |
| 107 | This adds audio driver for Intel Baytrail platform based boards |
Pierre-Louis Bossart | 595788e | 2015-12-17 20:35:43 -0600 | [diff] [blame] | 108 | with the RT5640 audio codec. This driver is deprecated, use |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 109 | SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality. |
Jarkko Nikula | 9b351d4 | 2014-05-30 15:16:43 +0300 | [diff] [blame] | 110 | |
| 111 | config SND_SOC_INTEL_BYT_MAX98090_MACH |
| 112 | tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" |
Vinod Koul | 13735d1 | 2015-06-19 23:55:28 +0530 | [diff] [blame] | 113 | depends on X86_INTEL_LPSS && I2C |
Andy Shevchenko | a6ca494 | 2017-01-16 15:12:26 +0200 | [diff] [blame] | 114 | depends on DMADEVICES |
| 115 | depends on SND_SST_IPC_ACPI = n |
Jarkko Nikula | 9b351d4 | 2014-05-30 15:16:43 +0300 | [diff] [blame] | 116 | select SND_SOC_INTEL_BAYTRAIL |
| 117 | select SND_SOC_MAX98090 |
| 118 | help |
| 119 | This adds audio driver for Intel Baytrail platform based boards |
| 120 | with the MAX98090 audio codec. |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 121 | |
John Keeping | 2d995e5 | 2016-08-24 22:06:36 +0100 | [diff] [blame] | 122 | config SND_SOC_INTEL_BDW_RT5677_MACH |
| 123 | tristate "ASoC Audio driver for Intel Broadwell with RT5677 codec" |
Andy Shevchenko | a6ca494 | 2017-01-16 15:12:26 +0200 | [diff] [blame] | 124 | depends on X86_INTEL_LPSS && GPIOLIB && I2C |
| 125 | depends on DMADEVICES |
John Keeping | 2d995e5 | 2016-08-24 22:06:36 +0100 | [diff] [blame] | 126 | select SND_SOC_INTEL_HASWELL |
| 127 | select SND_SOC_RT5677 |
| 128 | help |
| 129 | This adds support for Intel Broadwell platform based boards with |
| 130 | the RT5677 audio codec. |
| 131 | |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 132 | config SND_SOC_INTEL_BROADWELL_MACH |
| 133 | tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" |
Andy Shevchenko | a6ca494 | 2017-01-16 15:12:26 +0200 | [diff] [blame] | 134 | depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM |
| 135 | depends on DMADEVICES |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 136 | select SND_SOC_INTEL_HASWELL |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 137 | select SND_SOC_RT286 |
| 138 | help |
| 139 | This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell |
| 140 | Ultrabook platforms. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 141 | Say Y if you have such a device. |
Liam Girdwood | afdb74f | 2014-07-14 10:35:40 +0800 | [diff] [blame] | 142 | If unsure select "N". |
Subhransu S. Prusty | 996cc84 | 2014-11-19 15:13:27 +0530 | [diff] [blame] | 143 | |
| 144 | config SND_SOC_INTEL_BYTCR_RT5640_MACH |
Pierre-Louis Bossart | 595788e | 2015-12-17 20:35:43 -0600 | [diff] [blame] | 145 | tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec" |
Vinod Koul | 3493d4a | 2016-06-21 09:33:03 +0530 | [diff] [blame] | 146 | depends on X86 && I2C && ACPI |
Subhransu S. Prusty | 996cc84 | 2014-11-19 15:13:27 +0530 | [diff] [blame] | 147 | select SND_SOC_RT5640 |
| 148 | select SND_SST_MFLD_PLATFORM |
| 149 | select SND_SST_IPC_ACPI |
Vinod Koul | 2dcffce | 2016-02-08 10:45:37 +0530 | [diff] [blame] | 150 | select SND_SOC_INTEL_SST_MATCH if ACPI |
Subhransu S. Prusty | 996cc84 | 2014-11-19 15:13:27 +0530 | [diff] [blame] | 151 | help |
Pierre-Louis Bossart | 595788e | 2015-12-17 20:35:43 -0600 | [diff] [blame] | 152 | This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR |
| 153 | platforms with RT5640 audio codec. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 154 | Say Y if you have such a device. |
Subhransu S. Prusty | 996cc84 | 2014-11-19 15:13:27 +0530 | [diff] [blame] | 155 | If unsure select "N". |
Mengdong Lin | 026da22 | 2014-11-21 16:08:59 +0800 | [diff] [blame] | 156 | |
Pierre-Louis Bossart | 2bd5bd1 | 2016-01-04 17:20:24 -0600 | [diff] [blame] | 157 | config SND_SOC_INTEL_BYTCR_RT5651_MACH |
| 158 | tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec" |
Vinod Koul | 3493d4a | 2016-06-21 09:33:03 +0530 | [diff] [blame] | 159 | depends on X86 && I2C && ACPI |
Pierre-Louis Bossart | 2bd5bd1 | 2016-01-04 17:20:24 -0600 | [diff] [blame] | 160 | select SND_SOC_RT5651 |
| 161 | select SND_SST_MFLD_PLATFORM |
| 162 | select SND_SST_IPC_ACPI |
Vinod Koul | 2dcffce | 2016-02-08 10:45:37 +0530 | [diff] [blame] | 163 | select SND_SOC_INTEL_SST_MATCH if ACPI |
Pierre-Louis Bossart | 2bd5bd1 | 2016-01-04 17:20:24 -0600 | [diff] [blame] | 164 | help |
| 165 | This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR |
| 166 | platforms with RT5651 audio codec. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 167 | Say Y if you have such a device. |
Pierre-Louis Bossart | 2bd5bd1 | 2016-01-04 17:20:24 -0600 | [diff] [blame] | 168 | If unsure select "N". |
| 169 | |
Mengdong Lin | 026da22 | 2014-11-21 16:08:59 +0800 | [diff] [blame] | 170 | config SND_SOC_INTEL_CHT_BSW_RT5672_MACH |
| 171 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec" |
Vinod Koul | 3493d4a | 2016-06-21 09:33:03 +0530 | [diff] [blame] | 172 | depends on X86_INTEL_LPSS && I2C && ACPI |
Mengdong Lin | 026da22 | 2014-11-21 16:08:59 +0800 | [diff] [blame] | 173 | select SND_SOC_RT5670 |
| 174 | select SND_SST_MFLD_PLATFORM |
| 175 | select SND_SST_IPC_ACPI |
Vinod Koul | 2dcffce | 2016-02-08 10:45:37 +0530 | [diff] [blame] | 176 | select SND_SOC_INTEL_SST_MATCH if ACPI |
Mengdong Lin | 026da22 | 2014-11-21 16:08:59 +0800 | [diff] [blame] | 177 | help |
| 178 | This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell |
| 179 | platforms with RT5672 audio codec. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 180 | Say Y if you have such a device. |
Mengdong Lin | 026da22 | 2014-11-21 16:08:59 +0800 | [diff] [blame] | 181 | If unsure select "N". |
Fang, Yang A | e18acdc | 2015-02-04 18:19:32 -0800 | [diff] [blame] | 182 | |
| 183 | config SND_SOC_INTEL_CHT_BSW_RT5645_MACH |
Fang, Yang A | c4ba51b | 2015-04-23 10:23:02 -0700 | [diff] [blame] | 184 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec" |
Vinod Koul | 3493d4a | 2016-06-21 09:33:03 +0530 | [diff] [blame] | 185 | depends on X86_INTEL_LPSS && I2C && ACPI |
Fang, Yang A | e18acdc | 2015-02-04 18:19:32 -0800 | [diff] [blame] | 186 | select SND_SOC_RT5645 |
| 187 | select SND_SST_MFLD_PLATFORM |
| 188 | select SND_SST_IPC_ACPI |
Vinod Koul | 2dcffce | 2016-02-08 10:45:37 +0530 | [diff] [blame] | 189 | select SND_SOC_INTEL_SST_MATCH if ACPI |
Fang, Yang A | e18acdc | 2015-02-04 18:19:32 -0800 | [diff] [blame] | 190 | help |
| 191 | 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] | 192 | platforms with RT5645/5650 audio codec. |
Fang, Yang A | e18acdc | 2015-02-04 18:19:32 -0800 | [diff] [blame] | 193 | If unsure select "N". |
Fang, Yang A | 17119a4 | 2015-05-01 11:42:03 -0700 | [diff] [blame] | 194 | |
| 195 | config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH |
| 196 | tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec" |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 197 | depends on X86_INTEL_LPSS && I2C && ACPI |
Fang, Yang A | 17119a4 | 2015-05-01 11:42:03 -0700 | [diff] [blame] | 198 | select SND_SOC_MAX98090 |
| 199 | select SND_SOC_TS3A227E |
| 200 | select SND_SST_MFLD_PLATFORM |
| 201 | select SND_SST_IPC_ACPI |
Vinod Koul | 2dcffce | 2016-02-08 10:45:37 +0530 | [diff] [blame] | 202 | select SND_SOC_INTEL_SST_MATCH if ACPI |
Fang, Yang A | 17119a4 | 2015-05-01 11:42:03 -0700 | [diff] [blame] | 203 | help |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 204 | This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell |
| 205 | platforms with MAX98090 audio codec it also can support TI jack chip as aux device. |
| 206 | If unsure select "N". |
Jeeja KP | eb965e3 | 2015-07-09 15:20:10 +0530 | [diff] [blame] | 207 | |
| 208 | config SND_SOC_INTEL_SKYLAKE |
| 209 | tristate |
| 210 | select SND_HDA_EXT_CORE |
Jeeja KP | 92eb4f6 | 2016-03-11 10:12:56 +0530 | [diff] [blame] | 211 | select SND_HDA_DSP_LOADER |
Vinod Koul | 3af3670 | 2015-10-07 11:31:56 +0100 | [diff] [blame] | 212 | select SND_SOC_TOPOLOGY |
Subhransu S. Prusty | b81fd26 | 2015-07-09 21:38:54 +0530 | [diff] [blame] | 213 | select SND_SOC_INTEL_SST |
Omair M Abdullah | 624729f | 2015-10-14 21:11:43 +0530 | [diff] [blame] | 214 | |
| 215 | config SND_SOC_INTEL_SKL_RT286_MACH |
| 216 | tristate "ASoC Audio driver for SKL with RT286 I2S mode" |
Vinod Koul | 0928e8a | 2015-11-18 19:11:46 +0530 | [diff] [blame] | 217 | depends on X86 && ACPI && I2C |
Omair M Abdullah | 624729f | 2015-10-14 21:11:43 +0530 | [diff] [blame] | 218 | select SND_SOC_INTEL_SST |
| 219 | select SND_SOC_INTEL_SKYLAKE |
| 220 | select SND_SOC_RT286 |
| 221 | select SND_SOC_DMIC |
Jeeja KP | 23905cd | 2016-02-24 11:27:38 +0530 | [diff] [blame] | 222 | select SND_SOC_HDAC_HDMI |
Omair M Abdullah | 624729f | 2015-10-14 21:11:43 +0530 | [diff] [blame] | 223 | help |
| 224 | This adds support for ASoC machine driver for Skylake platforms |
| 225 | with RT286 I2S audio codec. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 226 | Say Y if you have such a device. |
Omair M Abdullah | 624729f | 2015-10-14 21:11:43 +0530 | [diff] [blame] | 227 | If unsure select "N". |
Harsha Priya | a86d505 | 2015-11-05 22:53:07 +0530 | [diff] [blame] | 228 | |
| 229 | config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH |
| 230 | tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode" |
| 231 | depends on X86_INTEL_LPSS && I2C |
| 232 | select SND_SOC_INTEL_SST |
| 233 | select SND_SOC_INTEL_SKYLAKE |
| 234 | select SND_SOC_NAU8825 |
| 235 | select SND_SOC_SSM4567 |
| 236 | select SND_SOC_DMIC |
Jeeja KP | bc5f6ac | 2016-02-24 11:27:39 +0530 | [diff] [blame] | 237 | select SND_SOC_HDAC_HDMI |
Harsha Priya | a86d505 | 2015-11-05 22:53:07 +0530 | [diff] [blame] | 238 | help |
| 239 | This adds support for ASoC Onboard Codec I2S machine driver. This will |
| 240 | create an alsa sound card for NAU88L25 + SSM4567. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 241 | Say Y if you have such a device. |
Harsha Priya | a86d505 | 2015-11-05 22:53:07 +0530 | [diff] [blame] | 242 | If unsure select "N". |
Rohit Ainapure | 8eaf2b3 | 2015-12-11 11:29:08 -0800 | [diff] [blame] | 243 | |
| 244 | config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH |
| 245 | tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode" |
| 246 | depends on X86_INTEL_LPSS && I2C |
| 247 | select SND_SOC_INTEL_SST |
| 248 | select SND_SOC_INTEL_SKYLAKE |
| 249 | select SND_SOC_NAU8825 |
| 250 | select SND_SOC_MAX98357A |
| 251 | select SND_SOC_DMIC |
Sathyanarayana Nujella | 0ab338f | 2016-02-24 11:27:40 +0530 | [diff] [blame] | 252 | select SND_SOC_HDAC_HDMI |
Rohit Ainapure | 8eaf2b3 | 2015-12-11 11:29:08 -0800 | [diff] [blame] | 253 | help |
| 254 | This adds support for ASoC Onboard Codec I2S machine driver. This will |
| 255 | create an alsa sound card for NAU88L25 + MAX98357A. |
Vinod Koul | c3f2fe6 | 2016-06-21 09:33:04 +0530 | [diff] [blame] | 256 | Say Y if you have such a device. |
Rohit Ainapure | 8eaf2b3 | 2015-12-11 11:29:08 -0800 | [diff] [blame] | 257 | If unsure select "N". |