brintos

brintos / linux-shallow public Read only

0
0
Text · 1.7 KiB · 568efa6 Raw
54 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SND_SOC_IMG3	bool "Audio support for Imagination Technologies designs"4	help5	  Audio support for Imagination Technologies audio hardware6 7config SND_SOC_IMG_I2S_IN8	tristate "Imagination I2S Input Device Driver"9	depends on SND_SOC_IMG10	select SND_SOC_GENERIC_DMAENGINE_PCM11	help12	  Say Y or M if you want to add support for I2S in driver for13	  Imagination Technologies I2S in device.14 15config SND_SOC_IMG_I2S_OUT16	tristate "Imagination I2S Output Device Driver"17	depends on SND_SOC_IMG18	select SND_SOC_GENERIC_DMAENGINE_PCM19	help20	  Say Y or M if you want to add support for I2S out driver for21	  Imagination Technologies I2S out device.22 23config SND_SOC_IMG_PARALLEL_OUT24	tristate "Imagination Parallel Output Device Driver"25	depends on SND_SOC_IMG26	select SND_SOC_GENERIC_DMAENGINE_PCM27	help28	  Say Y or M if you want to add support for parallel out driver for29	  Imagination Technologies parallel out device.30 31config SND_SOC_IMG_SPDIF_IN32	tristate "Imagination SPDIF Input Device Driver"33	depends on SND_SOC_IMG34	select SND_SOC_GENERIC_DMAENGINE_PCM35	help36	  Say Y or M if you want to add support for SPDIF input driver for37	  Imagination Technologies SPDIF input device.38 39config SND_SOC_IMG_SPDIF_OUT40	tristate "Imagination SPDIF Output Device Driver"41	depends on SND_SOC_IMG42	select SND_SOC_GENERIC_DMAENGINE_PCM43	help44	  Say Y or M if you want to add support for SPDIF out driver for45	  Imagination Technologies SPDIF out device.46 47 48config SND_SOC_IMG_PISTACHIO_INTERNAL_DAC49	tristate "Support for Pistachio SoC Internal DAC Driver"50	depends on SND_SOC_IMG51	help52	  Say Y or M if you want to add support for Pistachio internal DAC53	  driver for Imagination Technologies Pistachio internal DAC device.54