2012-06-21 18:24:51 +08:00
|
|
|
config SND_DESIGNWARE_I2S
|
|
|
|
tristate "Synopsys I2S Device Driver"
|
2012-06-25 17:01:27 +08:00
|
|
|
depends on CLKDEV_LOOKUP
|
2014-12-30 18:55:48 +08:00
|
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
2012-06-21 18:24:51 +08:00
|
|
|
help
|
|
|
|
Say Y or M if you want to add support for I2S driver for
|
2017-10-08 06:26:10 +08:00
|
|
|
Synopsys designware I2S device. The device supports up to
|
|
|
|
a maximum of 8 channels each for play and record.
|
2012-06-21 18:24:51 +08:00
|
|
|
|
2016-06-09 19:47:05 +08:00
|
|
|
config SND_DESIGNWARE_PCM
|
2017-04-28 17:55:25 +08:00
|
|
|
bool "PCM PIO extension for I2S driver"
|
2016-06-09 19:47:05 +08:00
|
|
|
depends on SND_DESIGNWARE_I2S
|
|
|
|
help
|
2017-04-28 17:55:25 +08:00
|
|
|
Say Y or N if you want to add a custom ALSA extension that registers
|
2016-06-09 19:47:05 +08:00
|
|
|
a PCM and uses PIO to transfer data.
|
|
|
|
|
|
|
|
This functionality is specially suited for I2S devices that don't have
|
|
|
|
DMA support.
|
2012-06-21 18:24:51 +08:00
|
|
|
|