xref: /linux/sound/soc/img/Kconfig (revision 177bf8620cf4ed290ee170a6c5966adc0924b336)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "Imagination Technologies"
3	depends on MIPS || COMPILE_TEST
4
5config SND_SOC_IMG_I2S_IN
6	tristate "Imagination I2S Input Device Driver"
7	select SND_SOC_GENERIC_DMAENGINE_PCM
8	help
9	  Say Y or M if you want to add support for I2S in driver for
10	  Imagination Technologies I2S in device.
11
12config SND_SOC_IMG_I2S_OUT
13	tristate "Imagination I2S Output Device Driver"
14	select SND_SOC_GENERIC_DMAENGINE_PCM
15	help
16	  Say Y or M if you want to add support for I2S out driver for
17	  Imagination Technologies I2S out device.
18
19config SND_SOC_IMG_PARALLEL_OUT
20	tristate "Imagination Parallel Output Device Driver"
21	select SND_SOC_GENERIC_DMAENGINE_PCM
22	help
23	  Say Y or M if you want to add support for parallel out driver for
24	  Imagination Technologies parallel out device.
25
26config SND_SOC_IMG_SPDIF_IN
27	tristate "Imagination SPDIF Input Device Driver"
28	select SND_SOC_GENERIC_DMAENGINE_PCM
29	help
30	  Say Y or M if you want to add support for SPDIF input driver for
31	  Imagination Technologies SPDIF input device.
32
33config SND_SOC_IMG_SPDIF_OUT
34	tristate "Imagination SPDIF Output Device Driver"
35	select SND_SOC_GENERIC_DMAENGINE_PCM
36	help
37	  Say Y or M if you want to add support for SPDIF out driver for
38	  Imagination Technologies SPDIF out device.
39
40
41config SND_SOC_IMG_PISTACHIO_INTERNAL_DAC
42	tristate "Support for Pistachio SoC Internal DAC Driver"
43	help
44	  Say Y or M if you want to add support for Pistachio internal DAC
45	  driver for Imagination Technologies Pistachio internal DAC device.
46
47endmenu
48