Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SND_SOC_IMG
0003         bool "Audio support for Imagination Technologies designs"
0004         help
0005           Audio support for Imagination Technologies audio hardware
0006 
0007 config SND_SOC_IMG_I2S_IN
0008         tristate "Imagination I2S Input Device Driver"
0009         depends on SND_SOC_IMG
0010         select SND_SOC_GENERIC_DMAENGINE_PCM
0011         help
0012           Say Y or M if you want to add support for I2S in driver for
0013           Imagination Technologies I2S in device.
0014 
0015 config SND_SOC_IMG_I2S_OUT
0016         tristate "Imagination I2S Output Device Driver"
0017         depends on SND_SOC_IMG
0018         select SND_SOC_GENERIC_DMAENGINE_PCM
0019         help
0020           Say Y or M if you want to add support for I2S out driver for
0021           Imagination Technologies I2S out device.
0022 
0023 config SND_SOC_IMG_PARALLEL_OUT
0024         tristate "Imagination Parallel Output Device Driver"
0025         depends on SND_SOC_IMG
0026         select SND_SOC_GENERIC_DMAENGINE_PCM
0027         help
0028           Say Y or M if you want to add support for parallel out driver for
0029           Imagination Technologies parallel out device.
0030 
0031 config SND_SOC_IMG_SPDIF_IN
0032         tristate "Imagination SPDIF Input Device Driver"
0033         depends on SND_SOC_IMG
0034         select SND_SOC_GENERIC_DMAENGINE_PCM
0035         help
0036           Say Y or M if you want to add support for SPDIF input driver for
0037           Imagination Technologies SPDIF input device.
0038 
0039 config SND_SOC_IMG_SPDIF_OUT
0040         tristate "Imagination SPDIF Output Device Driver"
0041         depends on SND_SOC_IMG
0042         select SND_SOC_GENERIC_DMAENGINE_PCM
0043         help
0044           Say Y or M if you want to add support for SPDIF out driver for
0045           Imagination Technologies SPDIF out device.
0046 
0047 
0048 config SND_SOC_IMG_PISTACHIO_INTERNAL_DAC
0049         tristate "Support for Pistachio SoC Internal DAC Driver"
0050         depends on SND_SOC_IMG
0051         help
0052           Say Y or M if you want to add support for Pistachio internal DAC
0053           driver for Imagination Technologies Pistachio internal DAC device.