2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2010-06-19 14:50:37 +00:00
|
|
|
config SND_JZ4740_SOC_I2S
|
|
|
|
tristate "SoC Audio (I2S protocol) for Ingenic JZ4740 SoC"
|
2019-07-25 22:02:08 +00:00
|
|
|
depends on MIPS || COMPILE_TEST
|
2020-05-23 12:54:55 +00:00
|
|
|
depends on OF && HAS_IOMEM
|
2019-07-25 22:02:08 +00:00
|
|
|
select SND_SOC_GENERIC_DMAENGINE_PCM
|
2010-06-19 14:50:37 +00:00
|
|
|
help
|
|
|
|
Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
|
|
|
|
based boards.
|