xref: /openbmc/linux/sound/soc/intel/avs/boards/Kconfig (revision 1d395ee2)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Intel AVS Machine drivers"
3	depends on SND_SOC_INTEL_AVS
4
5comment "Available DSP configurations"
6
7config SND_SOC_INTEL_AVS_MACH_DMIC
8	tristate "DMIC generic board"
9	select SND_SOC_DMIC
10	help
11	  This adds support for AVS with Digital Mic array configuration.
12	  Say Y or m if you have such a device. This is a recommended option.
13	  If unsure select "N".
14
15config SND_SOC_INTEL_AVS_MACH_HDAUDIO
16	tristate "HD-Audio generic board"
17	select SND_SOC_HDA
18	help
19	  This adds support for AVS with HDAudio codec configuration.
20	  Say Y or m if you have such a device. This is a recommended option.
21	  If unsure select "N".
22
23config SND_SOC_INTEL_AVS_MACH_I2S_TEST
24	tristate "I2S test board"
25	help
26	   This adds support for I2S test-board which can be used to verify
27	   transfer over I2S interface with SSP loopback scenarios.
28
29config SND_SOC_INTEL_AVS_MACH_RT274
30	tristate "rt274 in I2S mode"
31	depends on I2C
32	depends on MFD_INTEL_LPSS || COMPILE_TEST
33	select SND_SOC_RT274
34	help
35	   This adds support for ASoC machine driver with RT274 I2S audio codec.
36	   Say Y or m if you have such a device. This is a recommended option.
37	   If unsure select "N".
38
39config SND_SOC_INTEL_AVS_MACH_RT286
40	tristate "rt286 in I2S mode"
41	depends on I2C
42	depends on MFD_INTEL_LPSS || COMPILE_TEST
43	select SND_SOC_RT286
44	help
45	   This adds support for ASoC machine driver with RT286 I2S audio codec.
46	   Say Y or m if you have such a device. This is a recommended option.
47	   If unsure select "N".
48
49endmenu
50