xref: /linux/sound/soc/jz4740/Kconfig (revision 1a69f7a161a78aead07cd4b811d796950e892fa4)
1# SPDX-License-Identifier: GPL-2.0-only
2config SND_JZ4740_SOC_I2S
3	tristate "SoC Audio (I2S protocol) for Ingenic JZ4740 SoC"
4	depends on MIPS || COMPILE_TEST
5	depends on HAS_IOMEM
6	select REGMAP_MMIO
7	select SND_SOC_GENERIC_DMAENGINE_PCM
8	help
9	  Say Y if you want to use I2S protocol and I2S codec on Ingenic JZ4740
10	  based boards.
11