Kconfig (8ceb3b259cddb9b0505a6697cdefd3110445d1d7) | Kconfig (c4458b740e6b7a0d9ccf680ac81c05a99f602b79) |
---|---|
1config SND_SOC_IMG 2 bool "Audio support for Imagination Technologies designs" 3 help 4 Audio support for Imagination Technologies audio hardware 5 6config SND_SOC_IMG_I2S_IN 7 tristate "Imagination I2S Input Device Driver" 8 depends on SND_SOC_IMG --- 12 unchanged lines hidden (view full) --- 21 22config SND_SOC_IMG_PARALLEL_OUT 23 tristate "Imagination Parallel Output Device Driver" 24 depends on SND_SOC_IMG 25 select SND_SOC_GENERIC_DMAENGINE_PCM 26 help 27 Say Y or M if you want to add support for parallel out driver for 28 Imagination Technologies parallel out device. | 1config SND_SOC_IMG 2 bool "Audio support for Imagination Technologies designs" 3 help 4 Audio support for Imagination Technologies audio hardware 5 6config SND_SOC_IMG_I2S_IN 7 tristate "Imagination I2S Input Device Driver" 8 depends on SND_SOC_IMG --- 12 unchanged lines hidden (view full) --- 21 22config SND_SOC_IMG_PARALLEL_OUT 23 tristate "Imagination Parallel Output Device Driver" 24 depends on SND_SOC_IMG 25 select SND_SOC_GENERIC_DMAENGINE_PCM 26 help 27 Say Y or M if you want to add support for parallel out driver for 28 Imagination Technologies parallel out device. |
29 30config SND_SOC_IMG_SPDIF_IN 31 tristate "Imagination SPDIF Input Device Driver" 32 depends on SND_SOC_IMG 33 select SND_SOC_GENERIC_DMAENGINE_PCM 34 help 35 Say Y or M if you want to add support for SPDIF input driver for 36 Imagination Technologies SPDIF input device. |
|