blob: c6fd95fa5ca69e1fda59e3a903857fe1c2137cad [file] [log] [blame]
Rajeev Kumar3a9cf8e2012-06-21 15:54:51 +05301config SND_DESIGNWARE_I2S
2 tristate "Synopsys I2S Device Driver"
Mark Brownd69d6522012-06-25 10:01:27 +01003 depends on CLKDEV_LOOKUP
Andrew Jackson0d274542014-12-30 10:55:48 +00004 select SND_SOC_GENERIC_DMAENGINE_PCM
Rajeev Kumar3a9cf8e2012-06-21 15:54:51 +05305 help
6 Say Y or M if you want to add support for I2S driver for
7 Synopsys desigwnware I2S device. The device supports upto
8 maximum of 8 channels each for play and record.
9
Jose Abreu79361b22016-06-09 12:47:05 +010010config SND_DESIGNWARE_PCM
Jose Abreuc9afc182017-04-28 10:55:25 +010011 bool "PCM PIO extension for I2S driver"
Jose Abreu79361b22016-06-09 12:47:05 +010012 depends on SND_DESIGNWARE_I2S
13 help
Jose Abreuc9afc182017-04-28 10:55:25 +010014 Say Y or N if you want to add a custom ALSA extension that registers
Jose Abreu79361b22016-06-09 12:47:05 +010015 a PCM and uses PIO to transfer data.
16
17 This functionality is specially suited for I2S devices that don't have
18 DMA support.
Rajeev Kumar3a9cf8e2012-06-21 15:54:51 +053019