brintos

brintos / linux-shallow public Read only

0
0
Text · 5.7 KiB · 6dec44f Raw
187 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_SOC_AMD_ACP3	tristate "AMD Audio Coprocessor support"4	help5	 This option enables ACP DMA support on AMD platform.6 7config SND_SOC_AMD_CZ_DA7219MX98357_MACH8	tristate "AMD CZ support for DA7219, RT5682 and MAX9835"9	select CLK_FIXED_FCH10	select SND_SOC_DA721911	select SND_SOC_RT5682_I2C12	select SND_SOC_MAX98357A13	select SND_SOC_ADAU700214	select REGULATOR15	depends on SND_SOC_AMD_ACP && I2C && GPIOLIB && ACPI16	help17	 This option enables machine driver for DA7219, RT5682 and MAX9835.18 19config SND_SOC_AMD_CZ_RT5645_MACH20	tristate "AMD CZ support for RT5645"21	select SND_SOC_RT564522	depends on SND_SOC_AMD_ACP && I2C23	help24	 This option enables machine driver for rt5645.25 26config SND_SOC_AMD_ST_ES8336_MACH27	tristate "AMD ST support for ES8336"28	select SND_SOC_ACPI if ACPI29	select SND_SOC_ES831630	depends on SND_SOC_AMD_ACP && ACPI31	depends on I2C32	help33	 This option enables machine driver for Jadeite platform34	 using es8336 codec.35	 Say m if you have such a device.36	 If unsure select "N".37 38config SND_SOC_AMD_ACP3x39	tristate "AMD Audio Coprocessor-v3.x support"40	depends on X86 && PCI41	help42	 This option enables ACP v3.x I2S support on AMD platform43 44config SND_SOC_AMD_RV_RT5682_MACH45	tristate "AMD RV support for RT5682"46	select CLK_FIXED_FCH47	select SND_SOC_RT5682_I2C48	select SND_SOC_MAX98357A49	select SND_SOC_CROS_EC_CODEC50	select I2C_CROS_EC_TUNNEL51	select SND_SOC_RT101552	select SND_SOC_RT1015P53	depends on SND_SOC_AMD_ACP3x && I2C && CROS_EC && GPIOLIB54	help55	 This option enables machine driver for RT5682 and MAX9835.56 57config SND_SOC_AMD_RENOIR58	tristate "AMD Audio Coprocessor - Renoir support"59	select SND_AMD_ACP_CONFIG60	depends on X86 && PCI61	help62	 This option enables ACP support for Renoir platform63 64config SND_SOC_AMD_RENOIR_MACH65	tristate "AMD Renoir support for DMIC"66	select SND_SOC_DMIC67	depends on SND_SOC_AMD_RENOIR && GPIOLIB68	help69	 This option enables machine driver for DMIC70 71config SND_SOC_AMD_ACP5x72	tristate "AMD Audio Coprocessor-v5.x I2S support"73	depends on X86 && PCI74	select SND_AMD_ACP_CONFIG75	help76	 This option enables ACP v5.x support on AMD platform77 78	 By enabling this flag build will trigger for ACP PCI driver,79	 ACP DMA driver, CPU DAI driver.80 81config SND_SOC_AMD_VANGOGH_MACH82	tristate "AMD Vangogh support for NAU8821/CS35L41/MAX98388"83	select SND_SOC_NAU882184	select SND_SOC_CS35L41_SPI85	select SND_SOC_MAX9838886	select SND_AMD_ACP_CONFIG87	depends on SND_SOC_AMD_ACP5x && I2C && SPI_MASTER88	help89	  This option enables machine driver for Vangogh platform90	  using NAU8821 and either CS35L41 or MAX98388 codecs.91	  Say m if you have such a device.92	  If unsure select "N".93 94config SND_SOC_AMD_ACP6x95	tristate "AMD Audio Coprocessor-v6.x Yellow Carp support"96	select SND_AMD_ACP_CONFIG97	depends on X86 && PCI98	help99	  This option enables Audio Coprocessor i.e ACP v6.x support on100	  AMD Yellow Carp platform. By enabling this flag build will be101	  triggered for ACP PCI driver, ACP PDM DMA driver.102	  Say m if you have such a device.103	  If unsure select "N".104 105config SND_SOC_AMD_YC_MACH106	tristate "AMD YC support for DMIC"107	select SND_SOC_DMIC108	depends on SND_SOC_AMD_ACP6x109	help110	  This option enables machine driver for Yellow Carp platform111	  using dmic. ACP IP has PDM Decoder block with DMA controller.112	  DMIC can be connected directly to ACP IP.113	  Say m if you have such a device.114	  If unsure select "N".115 116config SND_AMD_ACP_CONFIG117	tristate "AMD ACP configuration selection"118	select SND_SOC_ACPI if ACPI119	help120	 This option adds an auto detection to determine which ACP121	 driver modules to use122 123source "sound/soc/amd/acp/Kconfig"124 125config SND_SOC_AMD_RPL_ACP6x126        tristate "AMD Audio Coprocessor-v6.2 RPL support"127        depends on X86 && PCI128        help129          This option enables Audio Coprocessor i.e. ACP v6.2 support on130          AMD RPL platform. By enabling this flag build will be131          triggered for ACP PCI driver.132          Say m if you have such a device.133          If unsure select "N".134 135config SND_SOC_AMD_ACP63_TOPLEVEL136	tristate "support for AMD platforms with ACP version >= 6.3"137	default SND_AMD_ACP_CONFIG138	depends on SND_AMD_ACP_CONFIG139	depends on SOUNDWIRE_AMD || !SOUNDWIRE_AMD140	depends on X86 || COMPILE_TEST141	help142	  This adds support for AMD platforms with ACP version >= 6.3.143	  Say Y if you have such a device.144	  If unsure select "N".145 146if SND_SOC_AMD_ACP63_TOPLEVEL147 148config SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE149	tristate150	select SND_AMD_SOUNDWIRE_ACPI if ACPI151 152config SND_SOC_AMD_SOUNDWIRE153	tristate "Support for SoundWire based AMD platforms"154	default SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE155	depends on SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE156	depends on ACPI157	depends on SOUNDWIRE_AMD158	help159	  This adds support for SoundWire for AMD platforms.160	  Say Y if you want to enable SoundWire links with SOF.161	  If unsure select "N".162 163config SND_SOC_AMD_PS164        tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support"165	select SND_SOC_AMD_SOUNDWIRE_LINK_BASELINE166        depends on X86 && PCI && ACPI167        help168          This option enables Audio Coprocessor i.e ACP v6.3 support on169          AMD Pink sardine platform. By enabling this flag build will be170          triggered for ACP PCI driver, ACP PDM DMA driver, ACP SoundWire171          DMA driver.172          Say m if you have such a device.173          If unsure select "N".174 175config SND_SOC_AMD_PS_MACH176        tristate "AMD PINK SARDINE support for DMIC"177        select SND_SOC_DMIC178        depends on SND_SOC_AMD_PS179        help180          This option enables machine driver for Pink Sardine platform181          using dmic. ACP IP has PDM Decoder block with DMA controller.182          DMIC can be connected directly to ACP IP.183          Say m if you have such a device.184          If unsure select "N".185 186endif187