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