diff options
Diffstat (limited to 'kernel/sound/soc/dwc/Kconfig')
-rw-r--r-- | kernel/sound/soc/dwc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/sound/soc/dwc/Kconfig b/kernel/sound/soc/dwc/Kconfig new file mode 100644 index 000000000..d50e08517 --- /dev/null +++ b/kernel/sound/soc/dwc/Kconfig @@ -0,0 +1,10 @@ +config SND_DESIGNWARE_I2S + tristate "Synopsys I2S Device Driver" + depends on CLKDEV_LOOKUP + select SND_SOC_GENERIC_DMAENGINE_PCM + help + Say Y or M if you want to add support for I2S driver for + Synopsys desigwnware I2S device. The device supports upto + maximum of 8 channels each for play and record. + + |